Convert to expression body: fixed type selection for public override

This commit is contained in:
Valentin Kipyatkov
2014-10-28 12:51:41 +03:00
parent d1fe9b71ef
commit 11fd8fe392
4 changed files with 23 additions and 1 deletions
@@ -3138,6 +3138,12 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
doTest(fileName);
}
@TestMetadata("overridePublicFun.kt")
public void testOverridePublicFun() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/intentions/convertToExpressionBody/overridePublicFun.kt");
doTest(fileName);
}
@TestMetadata("protectedFunNoSelection.kt")
public void testProtectedFunNoSelection() throws Exception {
String fileName = JetTestUtils.navigationMetadata("idea/testData/intentions/convertToExpressionBody/protectedFunNoSelection.kt");