ee5a62ff4e
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>
19 lines
507 B
Dart
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();
|