blob: ec2894ee427e2dc6fae3d35db6f158d8caf25b44 [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() {
foo(null);
}
main() {}