Files
kotlin-fork/compiler/testData/ir/irText/expressions/genericPropertyCall.kt
T
Dmitry Petrov 2b0d3440ad Descriptors in calls are substituted,
and symbols refer to the original descriptors.
2017-05-04 09:33:03 +03:00

3 lines
46 B
Kotlin
Vendored

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