Fix error on getting descriptor for class object

This commit is contained in:
Nikolay Krasko
2013-07-26 21:08:46 +04:00
parent 400906db7c
commit 2b0232307c
4 changed files with 30 additions and 7 deletions
@@ -106,6 +106,11 @@ public class ReferenceResolveTestGenerated extends AbstractResolveBaseTest {
doTest("idea/testData/resolve/references/PackageReferenceInImport.kt");
}
@TestMetadata("PropertyPlaceInClassObjectInObject.kt")
public void testPropertyPlaceInClassObjectInObject() throws Exception {
doTest("idea/testData/resolve/references/PropertyPlaceInClassObjectInObject.kt");
}
@TestMetadata("ReferenceInClassWhereConstraint.kt")
public void testReferenceInClassWhereConstraint() throws Exception {
doTest("idea/testData/resolve/references/ReferenceInClassWhereConstraint.kt");