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