8 lines
94 B
Kotlin
Vendored
8 lines
94 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
class A {
|
|
@Suppress("NOTHING_TO_OVERRIDE")
|
|
override fun foo() {}
|
|
}
|
|
|