6 lines
113 B
Plaintext
Vendored
6 lines
113 B
Plaintext
Vendored
// "Assign to property" "true"
|
|
class Test(var foo: Int) {
|
|
fun test(foo: Int) {
|
|
this.foo = foo
|
|
}
|
|
} |