Files
sdk/pkg/compiler/test/dump_info/data/deferred_future/lib1.dart
T
Mark Zhou ee5a62ff4e [dart2js] Adding dump info library tests
Change-Id: I1d9a30838dc08612032051f60344588f84b1d436
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/242163
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Mark Zhou <markzipan@google.com>
2022-04-24 19:57:51 +00:00

19 lines
507 B
Dart

// Copyright (c) 2019, 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.
/*library: library=[{
"id": "library/memory:sdk/tests/web/native/lib1.dart::",
"kind": "library",
"name": "<unnamed>",
"size": 0,
"children": [],
"canonicalUri": "memory:sdk/tests/web/native/lib1.dart"
}]*/
// @dart = 2.7
import 'lib2.dart';
const dynamic field = const A();