Files
kotlin-fork/idea/testData/intentions/convertPropertyGetterToInitializer/extentionProperty.kt
T
2018-08-14 15:32:20 +03:00

5 lines
66 B
Kotlin
Vendored

// IS_APPLICABLE: false
class C
val C.p: Int
<caret>get() = 1