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