Files
sdk/pkg/compiler/test/deferred/data/deferred_lib.dart
T
Nate Biggs 941439957a [dart2js] Migrate test/deferred for null safety migration.
Change-Id: Ic0abaf769d3ac19db1de237486b3e286cda0cb4c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279302
Reviewed-by: Mayank Patke <fishythefish@google.com>
2023-01-23 06:02:51 +00:00

8 lines
263 B
Dart

// 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.
class Class {
method() => 'Class.method';
}