Add quick fix for MANY_IMPL_MEMBER_NOT_IMPLEMENTED

#KT-17121 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-02-26 12:33:47 +09:00
committed by Yan Zhulanow
parent 21d6d50241
commit 8b8059acdd
5 changed files with 51 additions and 0 deletions
@@ -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");