Files
kotlin-fork/plugins/uast-kotlin/testData/PropertyDelegate.kt
T
Vyacheslav Gerasimov 643e3587cc Kotlin UAST should visit property delegate expression
#KT-15164 Fixed
2017-06-06 20:47:01 +03:00

5 lines
111 B
Kotlin
Vendored

val sdCardPath by lazy { "/sdcard" }
fun localPropertyTest() {
val sdCardPathLocal by lazy { "/sdcard" }
}