Remove quotes around visibility in invisible member diagnostic
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// "class org.jetbrains.kotlin.idea.quickfix.AddModifierFix" "false"
|
||||
// ERROR: This type is final, so it cannot be inherited from
|
||||
// ERROR: Cannot access '<init>': it is 'private' in 'E'
|
||||
// ERROR: Cannot access '<init>': it is private in 'E'
|
||||
enum class E {}
|
||||
class A : E<caret>() {}
|
||||
|
||||
Reference in New Issue
Block a user