consulo-csharp icon indicating copy to clipboard operation
consulo-csharp copied to clipboard

Enum constants not provide error with string value

Open VISTALL opened this issue 8 years ago • 0 comments

public enum Test {
  someValue = "fdsafasfsa"
                 ^^^^^^^  - no error
}

VISTALL avatar Oct 22 '17 13:10 VISTALL