Moved test data into common directory.

This commit is contained in:
Evgeny Gerashchenko
2014-11-12 18:07:31 +03:00
parent adcd4d4ca0
commit 19ad2406ff
7 changed files with 9 additions and 9 deletions
@@ -0,0 +1,9 @@
package a
class A
fun a() {
// TODO: this call is compiled via package facade or package part depending on if callee comes from compiled or source
// Must be uncommented when modules are supported in compiler
//b.b()
}