31f7a48baf
This removes unneeded language version from expectation tests in the implicit_getter_calls/, rasta/, regress/, runtime_checks/, runtime_checks_new/, set_literals/, and unified_collections/ folders. Change-Id: I39a04fe7797d20ffae0814809f550431b1184810 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/245371 Reviewed-by: Chloe Stefantsova <cstefantsova@google.com> Commit-Queue: Johnni Winther <johnniwinther@google.com>
8 lines
247 B
Dart
8 lines
247 B
Dart
// Copyright (c) 2016, 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.md file.
|
|
|
|
main() {
|
|
(null) = null;
|
|
}
|