blob: adaba335af2c1005a13f0b70811e7d1d01fa3197 [file] [log] [blame]
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by b
// BSD-style license that can be found in the LICENSE file.
extension type const E(int? n) {}
const E e = null as E;