c1b9efa8bf
Refactor tests.
7 lines
76 B
Kotlin
7 lines
76 B
Kotlin
class A(var a : Int) {
|
|
{
|
|
$a=3
|
|
}
|
|
}
|
|
|
|
fun box() = (A(1).a == 3) |