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

2 lines
42 B
Kotlin
Vendored

val p: Int // comment
<caret>get() = 1