Files
kotlin-fork/idea/testData/intentions/addValOrVar/hasVar.kt
T
2015-12-25 18:50:55 +03:00

4 lines
65 B
Kotlin
Vendored

// IS_APPLICABLE: false
class Foo(var <caret>x: Int, y: Int) {
}