Descriptors with error types can override each other

This commit is contained in:
Andrey Breslav
2012-07-27 20:16:38 +04:00
parent f78d26c89a
commit c02e54678e
4 changed files with 26 additions and 1 deletions
@@ -1287,6 +1287,11 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
doTestSinglePackage("compiler/testData/lazyResolve/namespaceComparator/innerObject.kt");
}
@TestMetadata("OverrideWithErrors.kt")
public void testOverrideWithErrors() throws Exception {
doTestSinglePackage("compiler/testData/lazyResolve/namespaceComparator/OverrideWithErrors.kt");
}
@TestMetadata("packageLevelObject.kt")
public void testPackageLevelObject() throws Exception {
doTestSinglePackage("compiler/testData/lazyResolve/namespaceComparator/packageLevelObject.kt");