7 lines
92 B
Kotlin
Vendored
7 lines
92 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
open class Foo {
|
|
fun bar() {
|
|
var<caret> foo = 1
|
|
}
|
|
} |