Files
kotlin-fork/compiler/testData/ir/irText/expressions/genericPropertyCall.kt
T

4 lines
63 B
Kotlin
Vendored

// FIR_IDENTICAL
val <T> T.id get() = this
val test = "abc".id