add a test
This commit is contained in:
committed by
Dmitry Jemerov
parent
0381018d00
commit
6829c5ef8f
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user