Searched defs:generatedFileText (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/kotlinpoet/interop/ksp/test-processor/src/test/kotlin/com/squareup/kotlinpoet/ksp/test/processor/ |
H A D | TestProcessorTest.kt | 189 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestSmokeTestClass.kt") in smokeTest() constant 380 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestExample.kt") in unwrapTypeAliases() constant 456 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestNode.kt") in removeDefaultValues() constant 496 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestNode.kt") in complexSelfReferencingTypeArgs() constant 533 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestEnumWrapper.kt") in wildcardParameterForRecursiveTypeBound() constant 578 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestTransitiveAliases.kt") in transitiveAliases() constant 617 … val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestAliasAsTypeArgument.kt") in aliasAsTypeArgument() constant 659 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestExample.kt") in varargArgument() constant 701 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestRealRepository.kt") in regression_1513() constant 737 val generatedFileText = File(compilation.kspSourcesDir, "kotlin/test/TestRealRepository.kt") in regression_1513_annotation() constant [all …]
|