blob: 24de171b8490cd706285f692a42f250cde80b67c [file] [log] [blame]
// Copyright (c) 2019, 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.
import 'error_location_04_lib1.dart';
class Bar {
final Foo x;
const Bar() : x = const Foo(0);
}
bar() {}