blob: 7d893ebd843f2ec3c8fa4238ad5e543af78d8c9b [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.
// @dart=2.6
import 'error_location_04_lib1.dart';
class Bar {
final Foo x;
const Bar() : x = const Foo(0);
}
bar() {}