7 lines
89 B
Kotlin
Vendored
7 lines
89 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
@file:Suppress("abc")
|
|
|
|
fun foo(): Int {
|
|
@Suppress("xyz") return 1
|
|
}
|