mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
Java: remove spurious error highlighting (IDEA-340885)
GitOrigin-RevId: 955d86aca0ceb262cee8f3ae5744856108eeb412
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9b4e551e2d
commit
88bd39ef0d
@@ -38,7 +38,7 @@ enum Operation {
|
||||
<error descr="'valueOf(String)' is already defined in 'Operation'">void valueOf(String s)</error> {}
|
||||
}
|
||||
|
||||
<error descr="There is no default constructor available in 'Operation'">class exte extends <error descr="Cannot inherit from enum 'Operation'">Operation</error></error> {
|
||||
class exte extends <error descr="Cannot inherit from enum 'Operation'">Operation</error> {
|
||||
}
|
||||
|
||||
class use {
|
||||
|
||||
Reference in New Issue
Block a user