Introduce "Remove fun modifier" quick fix for FUN_INTERFACE_WRONG_COUNT_OF_ABSTRACT_MEMBERS error
#KT-37539 Fixed
This commit is contained in:
committed by
Ilya Kirillov
parent
bfd6eeda60
commit
3263e85bee
@@ -0,0 +1,2 @@
|
||||
// "Remove 'fun' modifier" "true"
|
||||
<caret>fun interface WrongFunFace
|
||||
@@ -0,0 +1,2 @@
|
||||
// "Remove 'fun' modifier" "true"
|
||||
interface WrongFunFace
|
||||
Reference in New Issue
Block a user