Files
kotlin-fork/idea/testData/joinLines/propertyWithAnnotation.kt.after
T
Valentin Kipyatkov c0db84331e Fixed bug in join lines
2014-10-02 18:26:06 +04:00

3 lines
50 B
Plaintext

fun foo() {
<caret>[volatile] var v: Int = 1
}