The syntax for specifying the base type of an enum, `enum Name < BaseType` has...
The syntax for specifying the base type of an enum, `enum Name < BaseType` has been deprecated. Use `enum Name : BaseType`
Showing
- CHANGELOG.md 2 additions, 1 deletionCHANGELOG.md
- spec/compiler/codegen/fun_spec.cr 1 addition, 1 deletionspec/compiler/codegen/fun_spec.cr
- spec/compiler/parser/parser_spec.cr 2 additions, 3 deletionsspec/compiler/parser/parser_spec.cr
- spec/compiler/type_inference/c_enum_spec.cr 2 additions, 2 deletionsspec/compiler/type_inference/c_enum_spec.cr
- spec/spec_helper.cr 6 additions, 22 deletionsspec/spec_helper.cr
- src/compiler/crystal/syntax/parser.cr 4 additions, 2 deletionssrc/compiler/crystal/syntax/parser.cr
- src/dir.cr 1 addition, 1 deletionsrc/dir.cr
Please register or sign in to comment