Support test with self imports, kotlin multifile tests

This commit is contained in:
Michael Bogdanov
2016-04-29 12:45:15 +03:00
parent 0f110b049b
commit e2ae2f313c
9 changed files with 195 additions and 76 deletions
@@ -28,5 +28,5 @@ fun box(): String {
foo2()().run()
return test.sideEffects
return sideEffects
}