add test files
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
package bar
|
||||
|
||||
fun f() = 3;
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
package foo
|
||||
|
||||
import bar.*
|
||||
|
||||
fun box() = (f() == 3)
|
||||
Reference in New Issue
Block a user