Supported invoke on expressions on js backend
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package foo
|
||||
|
||||
fun Int.invoke(x: Int) = this + x
|
||||
fun box(): Boolean {
|
||||
return 1(2) == 3
|
||||
}
|
||||
Reference in New Issue
Block a user