6 lines
77 B
Kotlin
Vendored
6 lines
77 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
open class Foo {
|
|
open fun<caret> bar() {
|
|
}
|
|
} |