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