blob: 7cce446eaa33e2b63e39264f1bde1b075b430ad4 [file] [log] [blame]
// Copyright (c) 2017, 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.
foo() {}
test() {
/*@warning=MethodNotFound*/ foo(null);
}
main() {}