blob: 92aaf32b62ef2be9e46b98d2d6e894cc268a1985 [file]
package Foo
fun bar() = 610
fun box(): String {
return if (Foo.bar() == 610) "OK" else "fail"
}