blob: 0f399c6af9da04cd04122f5d0da3e27f3b35b167 [file] [log] [blame]
// Verifies that synthetic nodes don't get lints.
// The simple identifier synthesized after `XXX` below triggers the
// `non_constant_identifier_names` lint.
// See: https://github.com/dart-lang/linter/issues/193
class C <E>{ }
C<int>;