blob: 3ba832e8c387825c83be1d4e8efc08e5c0dba784 [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.
// @dart=2.9
bad() {
return null?.(1);
}
main() {}