Updated test data.
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
|
package bar
|
||||||
|
|
||||||
fun bar() {}
|
fun bar() {}
|
||||||
@@ -2,6 +2,6 @@ package foo
|
|||||||
|
|
||||||
fun box(): String {
|
fun box(): String {
|
||||||
Foo()
|
Foo()
|
||||||
bar()
|
bar.bar()
|
||||||
return "OK"
|
return "OK"
|
||||||
}
|
}
|
||||||
@@ -1 +1,3 @@
|
|||||||
|
package foo
|
||||||
|
|
||||||
class Foo
|
class Foo
|
||||||
Reference in New Issue
Block a user