043bebcd02
Change-Id: I440dddd34a62bfe8c0f3fd563888acb680c2b031 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/168141 Commit-Queue: Joshua Litt <joshualitt@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com>
14 lines
380 B
Dart
14 lines
380 B
Dart
// 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.7
|
|
|
|
/*cfe.library: file=main.dart*/
|
|
|
|
/*cfe.member: main:main*/
|
|
main() {
|
|
// ignore: undefined_function
|
|
/*error: Method not found: 'foo'.*/ foo();
|
|
}
|