Files
kotlin-fork/analysis/low-level-api-fir/testdata/getOrBuildFir/kt60638.kt
T
2023-07-25 10:55:41 +00:00

10 lines
141 B
Kotlin

package usage
class MyType
class MyClass
val MyClass.isInterface get() = 4
fun usage(type: MyType) {
type.<expr>isInterface</expr>()
}