Lazy resolve: Objects don't show up as classifiers

This commit is contained in:
Andrey Breslav
2012-07-19 12:50:36 +04:00
parent ebc87ea34d
commit eb1a279c67
3 changed files with 18 additions and 1 deletions
@@ -1277,6 +1277,11 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
doTest("compiler/testData/lazyResolve/namespaceComparator/genericFunction.kt");
}
@TestMetadata("innerObject.kt")
public void testInnerObject() throws Exception {
doTest("compiler/testData/lazyResolve/namespaceComparator/innerObject.kt");
}
@TestMetadata("packageLevelObject.kt")
public void testPackageLevelObject() throws Exception {
doTest("compiler/testData/lazyResolve/namespaceComparator/packageLevelObject.kt");