Files
kotlin-fork/idea/testData/formatter/LocalVariableAnnotationWrap.after.kt
T
2017-07-19 15:03:00 +02:00

8 lines
106 B
Kotlin
Vendored

fun foo() {
@Deprecated
@Named("foo")
val bar = 1
}
// SET_INT: VARIABLE_ANNOTATION_WRAP = 2