consulo-csharp
consulo-csharp copied to clipboard
Enum constants not provide error with string value
public enum Test {
someValue = "fdsafasfsa"
^^^^^^^ - no error
}