5b9c35de2e
#KT-61129 Fixed
6 lines
100 B
Kotlin
Vendored
6 lines
100 B
Kotlin
Vendored
class A {
|
|
@Suppress(<!ERROR_SUPPRESSION!>"NOTHING_TO_OVERRIDE"<!>)
|
|
override fun foo() {}
|
|
}
|
|
|