blob: 195793b6aae5ec51f7b277859d4fa2cbb2aec51b [file]
class A(val x: String) {
class C
val foo = 1
constructor(x: String, y: Int) : this(x) {
}
}