Files
kotlin-fork/js/js.translator/testFiles/expression/misc/cases/classWithoutNamespace.kt
T
pTalanov c1b9efa8bf Remove patch.
Refactor tests.
2012-03-02 16:11:17 +04:00

7 lines
76 B
Kotlin

class A(var a : Int) {
{
$a=3
}
}
fun box() = (A(1).a == 3)