Updated test data.

This commit is contained in:
Evgeny Gerashchenko
2014-01-16 23:40:18 +04:00
parent 82af76fa85
commit 79cab1f1b6
3 changed files with 5 additions and 1 deletions
@@ -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