Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
plugins
/
uast-kotlin
/
testData
/
PropertyDelegate.kt
blob: 1d019d904d60fab737ce00a648fe630972c34b1b [
file
] [
log
] [
blame
] [
edit
]
val sdCardPath
by
lazy
{
"/sdcard"
}
fun localPropertyTest
()
{
val sdCardPathLocal
by
lazy
{
"/sdcard"
}
}
@delegate
:
Suppress
val annotatedDelegate
by
lazy
{
1
+
1
}