blob: c6b260186f76890bc3823ab51f435ff4c74366da [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 a
// BSD-style license that can be found in the LICENSE file.
const val = ExtString('hello');
extension type const ExtString(String s) {}