Files
kotlin-fork/idea/testData/intentions/declarations/convertMemberToExtension/delegatedProperty.kt
T
2020-07-30 17:32:31 +03:00

5 lines
112 B
Kotlin
Vendored

// IS_APPLICABLE: false
// WITH_RUNTIME
open class XdProject {
val haha<caret>: String by lazy { "gogog" }
}