Add quick fix for MANY_IMPL_MEMBER_NOT_IMPLEMENTED
#KT-17121 Fixed
This commit is contained in:
committed by
Yan Zhulanow
parent
21d6d50241
commit
8b8059acdd
@@ -7950,6 +7950,11 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
|
||||
runTest("idea/testData/quickfix/implement/local.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("menyImplMemberNotImplemented.kt")
|
||||
public void testMenyImplMemberNotImplemented() throws Exception {
|
||||
runTest("idea/testData/quickfix/implement/menyImplMemberNotImplemented.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("nested.kt")
|
||||
public void testNested() throws Exception {
|
||||
runTest("idea/testData/quickfix/implement/nested.kt");
|
||||
|
||||
Reference in New Issue
Block a user