5 lines
77 B
Kotlin
5 lines
77 B
Kotlin
// "Remove 'override' modifier" "true"
|
|
class A() {
|
|
<caret>fun foo() {}
|
|
}
|