6 lines
72 B
Kotlin
Vendored
6 lines
72 B
Kotlin
Vendored
@file:Suppress("abc")
|
|
|
|
fun foo(): Int {
|
|
@Suppress("xyz") return 1
|
|
}
|