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