Files
kotlin-fork/idea/testData/formatter/ClassAnnotationWrapping.kt
T
2017-12-22 10:35:22 +01:00

5 lines
90 B
Kotlin
Vendored

@Deprecated("Foo") @Deprecated("Bar") class Foo {
}
@Deprecated("Foo") public class Q {
}