4ee62c3479
Also, remove the three negative tests under compiler/dart2js_extra. Change-Id: I5d285d1e5ed2016de4e0236ee89fe0399fc008c8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125727 Reviewed-by: Leaf Petersen <leafp@google.com> Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com>
10 lines
336 B
Dart
10 lines
336 B
Dart
// Copyright (c) 2011, 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.
|
|
|
|
// A perfectly legal dart library for use with script and library tests.
|
|
|
|
library ScriptLib;
|
|
|
|
const int scriptLib = 1;
|