Fix imports from objects

This almost reverts 345ecbf, since now properties are no longer created for
objects
This commit is contained in:
Alexander Udalov
2013-11-21 17:28:00 +04:00
parent dce9fbb91c
commit 92cdb0b6e7
4 changed files with 3 additions and 12 deletions
@@ -12,7 +12,7 @@ package baz
import foo.Bar
class C: <!UNRESOLVED_REFERENCE!>Bar<!>
class C: <!SUPERTYPE_NOT_INITIALIZED, FINAL_SUPERTYPE!>Bar<!>
fun test() {
Bar.bar()