Files
kotlin-fork/idea/testData/formatter/AnnotationBeforeExpression.kt
T
2016-06-21 21:54:50 +03:00

3 lines
39 B
Kotlin
Vendored

fun foo() {
@Suppress("all") ""
}