Home
last modified time | relevance | path

Searched defs:starProjection (Results 1 – 8 of 8) sorted by relevance

/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/
DKSType.kt75 fun starProjection(): KSType method
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/
DKSErrorType.kt60 override fun starProjection(): KSType { in starProjection() method
DKSTypeImpl.kt104 override fun starProjection(): KSType { in starProjection() method in com.google.devtools.ksp.symbol.impl.kotlin.KSTypeImpl
/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/
DKSErrorType.kt46 override fun starProjection(): KSType = this in isAssignableFrom() method
DKSTypeImpl.kt108 override fun starProjection(): KSType { in <lambda>() method in com.google.devtools.ksp.impl.symbol.kotlin.KSTypeImpl
/external/kotlinpoet/interop/ksp/test-processor/src/test/kotlin/com/squareup/kotlinpoet/ksp/test/processor/
DKsTypesTest.kt76 override fun starProjection(): KSType { in errorTypesShouldFail() method
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DAbstractTypesTest.kt149 @Test fun starProjection() { in starProjection() method in com.squareup.kotlinpoet.AbstractTypesTest
/external/dokka/core/src/test/kotlin/format/
DMarkdownFormatTest.kt163 @Test fun starProjection() { in <lambda>() method in org.jetbrains.dokka.tests.MarkdownFormatTest