Introduce "Add missing 'class' keyword" intention
#KT-14884 Fixed
This commit is contained in:
committed by
Vladimir Dolzhenko
parent
9634e6fba3
commit
b4c62cdb52
@@ -0,0 +1,3 @@
|
||||
enum Foo<caret>(val s: String) {
|
||||
A("a"), B("b")
|
||||
}
|
||||
Reference in New Issue
Block a user