Searched refs:isK2 (Results 1 – 2 of 2) sorted by relevance
35 val klass = if (isK2) "Class" else "kotlin.reflect.KClass" in Test RequiresOptIn and OptIn()128 if (isK2) { in renamed via @JvmName()198 val n = if (isK2) " @Nullable" else "" in Kotlin Reified Methods()279 val mod = if (isK2) "" else " final" in declarations with value class in its signature()757 val wildcard1 = if (isK2) "" else "? super " in Upper bound wildcards -- extension function type -- deprecated()758 val wildcard2 = if (isK2) "" else "? extends " in Upper bound wildcards -- extension function type -- deprecated()1030 if (isK2) { in APIs before and after @Deprecated(HIDDEN) on properties or accessors()1392 val typeAliasExpanded = if (isK2) "test.pkg.NativePointerKeyboardModifiers" else "int" in actual typealias -- without value class()1445 val typeAliasExpanded = if (isK2) "test.pkg.NativePointerKeyboardModifiers" else "int" in actual typealias -- without common split()1499 val typeAliasExpanded = if (isK2) "test.pkg.NativePointerKeyboardModifiers" else "int" in actual typealias()
108 protected val isK2 by in <lambda>() constant