Remove patch.
Refactor tests.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A(var a : Int) {
|
||||
{
|
||||
$a=3
|
||||
}
|
||||
}
|
||||
|
||||
fun box() = (A(1).a == 3)
|
||||
Reference in New Issue
Block a user