47e63b0eee
Fixes https://github.com/dart-lang/sdk/issues/37074 Hand-tested on flutter gallery. E.g.,: > dart.getParts('package:flutter_web_ui/ui.dart') (15) ["src/ui/canvas.dart", "src/ui/compositing.dart", "src/ui/debug_canvas_reuse_overlay.dart", "src/ui/geometry.dart", "src/ui/hash_codes.dart", "src/ui/initialization.dart", "src/ui/lerp.dart", "src/ui/natives.dart", "src/ui/painting.dart", "src/ui/pointer.dart", "src/ui/semantics.dart", "src/ui/browser_location.dart", "src/ui/text.dart", "src/ui/tile_mode.dart", "src/ui/window.dart"] Change-Id: Ied734d9f3739886d6679a9a9bbeae854e432bc52 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103602 Reviewed-by: Jake Macdonald <jakemac@google.com> Commit-Queue: Vijay Menon <vsm@google.com>
6 lines
248 B
Dart
6 lines
248 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.
|
|
|
|
part of 'libraries_test.dart';
|