Files
kotlin-fork/compiler/testData/cli/jvm/errorSuppression.kt
T
2023-08-18 13:29:20 +00:00

3 lines
38 B
Kotlin
Vendored

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