Fixed package proto for circular dependencies. Case when package is present in different modules which depend on each other. We should generate separate package facades for this case.

This commit is contained in:
Evgeny Gerashchenko
2015-05-25 18:06:49 +03:00
parent 37d6c9bf25
commit 7de531fe09
7 changed files with 48 additions and 3 deletions
@@ -0,0 +1,7 @@
package test
fun b() {
}
var b = b()