Got rid of "namespace" word in test data.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package Foo
|
||||
fun bar() = 610
|
||||
|
||||
fun box(): String {
|
||||
return if (Foo.bar() == 610) "OK" else "fail"
|
||||
}
|
||||
Reference in New Issue
Block a user