Files
kotlin-fork/idea/testData/formatter/ValVarSpaces.kt
T

5 lines
86 B
Kotlin
Vendored

class Foo(val x: Int,
var y: Int) {
val a = 1
var b = 2
}