blob: 3385c392a84b965331813a173d941daea24d4a1f [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.9
import 'issue38750_lib1.dart';
errors() {
C c = new C();
c._bar();
}