add a test

This commit is contained in:
Vasily Kirichenko
2017-06-12 18:07:17 +03:00
committed by Dmitry Jemerov
parent 0381018d00
commit 6829c5ef8f
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,5 @@
// IS_APPLICABLE: false
interface MyInterface {
val <caret>prop5: Int
}
@@ -11630,6 +11630,12 @@ public class IntentionTestGenerated extends AbstractIntentionTest {
doTest(fileName);
}
@TestMetadata("declaredInInterface.kt")
public void testDeclaredInInterface() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/movePropertyToConstructor/declaredInInterface.kt");
doTest(fileName);
}
@TestMetadata("delegated.kt")
public void testDelegated() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/movePropertyToConstructor/delegated.kt");