Partial body resolve: fixed bug

This commit is contained in:
Valentin Kipyatkov
2014-11-18 14:44:35 +03:00
parent e6acc5601c
commit a89c07924d
4 changed files with 17 additions and 1 deletions
@@ -48,6 +48,12 @@ public class PartialBodyResolveTestGenerated extends AbstractPartialBodyResolveT
doTest(fileName);
}
@TestMetadata("BangBangInIfCondition.kt")
public void testBangBangInIfCondition() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/resolve/partialBodyResolve/BangBangInIfCondition.kt");
doTest(fileName);
}
@TestMetadata("DeclarationsBefore.kt")
public void testDeclarationsBefore() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/resolve/partialBodyResolve/DeclarationsBefore.kt");