Files
kotlin-fork/idea/testData/quickfix/canBeParameter/usedInProperty.kt
T
2016-04-11 16:32:26 +03:00

4 lines
97 B
Kotlin
Vendored

// "Remove 'var' from parameter" "true"
class UsedInProperty(<caret>var x: Int) {
var y = x
}