Remove module integration-tests, merge into compiler-tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package foo
|
||||
|
||||
inline fun foo(f: () -> Unit) = f()
|
||||
|
||||
var ok = "Fail"
|
||||
|
||||
fun main(args : Array<String>) {
|
||||
foo {
|
||||
ok = "OK"
|
||||
}
|
||||
}
|
||||
|
||||
fun box(): String = ok
|
||||
Reference in New Issue
Block a user