7b89b28015
This reverts commit ebbfc4a3845159ba8f0e3d94a5f70489c348c403.
5 lines
111 B
Plaintext
Vendored
5 lines
111 B
Plaintext
Vendored
val sdCardPath by lazy { "/sdcard" }
|
|
|
|
fun localPropertyTest() {
|
|
val sdCardPathLocal by lazy { "/sdcard" }
|
|
} |