8 lines
120 B
Plaintext
Vendored
8 lines
120 B
Plaintext
Vendored
// "Assign to property" "true"
|
|
class Test {
|
|
val foo: Int
|
|
|
|
constructor(foo: Int) {
|
|
this.foo = foo
|
|
}
|
|
} |