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)
|
||||
@@ -1,8 +0,0 @@
|
||||
package foo
|
||||
|
||||
import jquery.*;
|
||||
|
||||
fun box() : String {
|
||||
val aa = jq("a").attr("a");
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user