follow IDEA-CR-26141

This commit is contained in:
Anna.Kozlova
2017-10-27 20:18:47 +02:00
parent 03e604991a
commit f368f326dc
3 changed files with 4 additions and 5 deletions
@@ -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 final 'Operation'">Operation</error></error> {
<error descr="There is no default constructor available in 'Operation'">class exte extends <error descr="Cannot inherit from enum 'Operation'">Operation</error></error> {
}
enum withConstant {