Files
kotlin-fork/compiler/testData/diagnostics/tests/annotations/options/targets/suppress.fir.kt
T

6 lines
72 B
Kotlin
Vendored

@file:Suppress("abc")
fun foo(): Int {
@Suppress("xyz") return 1
}