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

2 lines
51 B
Kotlin
Vendored

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