Files
kotlin-fork/idea/testData/formatter/MethodAnnotationWrapping.after.kt
T
2017-07-07 16:48:31 +02:00

4 lines
51 B
Kotlin
Vendored

@Deprecated("Foo")
@Deprecated("Bar")
fun foo() {
}