Introduce "Remove fun modifier" quick fix for FUN_INTERFACE_WRONG_COUNT_OF_ABSTRACT_MEMBERS error

#KT-37539 Fixed
This commit is contained in:
Toshiaki Kameyama
2020-03-17 20:30:41 +09:00
committed by Ilya Kirillov
parent bfd6eeda60
commit 3263e85bee
6 changed files with 50 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
// "Remove 'fun' modifier" "true"
<caret>fun interface WrongFunFace
+2
View File
@@ -0,0 +1,2 @@
// "Remove 'fun' modifier" "true"
interface WrongFunFace