Files
kotlin-fork/compiler/testData/ir/irText/extensionPropertyGetterCall.kt
T
Dmitry Petrov c93666f6f1 - IR expressions for calls & references
- first calls "parsed"
2016-10-18 09:08:01 +03:00

4 lines
112 B
Kotlin
Vendored

val String.okext: String get() = "OK"
fun String.test5() = okext
// IR_FILE_TXT extensionPropertyGetterCall.txt