ce407471ec
#KT-40861 Fixed
7 lines
80 B
Plaintext
Vendored
7 lines
80 B
Plaintext
Vendored
class Foo {
|
|
val x: Int
|
|
|
|
constructor(x: Int) {
|
|
this.x = x
|
|
}
|
|
} |