Files
kotlin-fork/plugins/uast-kotlin/testData/PropertyDelegate.kt.172
T
2018-04-11 16:28:05 +03:00

5 lines
111 B
Plaintext
Vendored

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