• Phil Quitslund's avatar
    remove super_goes_last (#27690) · 9e3a0d30
    Phil Quitslund authored
    In Dart 2, it is a compile-time error if a superinitializer
    appears in an initializer list at any other position than at the end so this
    rule is made redundant by the Dart analyzer's basic checks and is no longer
    necessary.
    9e3a0d30
analysis_options.yaml 7.86 KB