blob: d9ee4c351d29b42e8fc3e37747f0c711096be53f [file] [log] [blame]
class Foo(val x: Int = 4, y: Int) {
val z = y
}