"Convert to anonymous object" quickfix: false negative when interface has concrete members
#KT-37908 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
5b927d798c
commit
111b2945e1
@@ -2911,6 +2911,21 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("idea/testData/quickfix/convertToAnonymousObject"), Pattern.compile("^([\\w\\-_]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("hasConcreateMember.kt")
|
||||
public void testHasConcreateMember() throws Exception {
|
||||
runTest("idea/testData/quickfix/convertToAnonymousObject/hasConcreateMember.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("hasConcreateMember2.kt")
|
||||
public void testHasConcreateMember2() throws Exception {
|
||||
runTest("idea/testData/quickfix/convertToAnonymousObject/hasConcreateMember2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("hasTypeParameter.kt")
|
||||
public void testHasTypeParameter() throws Exception {
|
||||
runTest("idea/testData/quickfix/convertToAnonymousObject/hasTypeParameter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("labeledReturn.kt")
|
||||
public void testLabeledReturn() throws Exception {
|
||||
runTest("idea/testData/quickfix/convertToAnonymousObject/labeledReturn.kt");
|
||||
|
||||
Reference in New Issue
Block a user