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