blob: b1dcf70d979c153670a7d12ad48d33f8ff339894 [file] [log] [blame]
// Copyright (c) 2021, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
enum E {
a.b() // Qualified name with no type arguments.
;
const E.b();
}
main() {}