mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
5ed88471ec
Change-Id: I0726fa252736a83a2d80345d71c05aacf8ed0649 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142941 Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com> Reviewed-by: Leaf Petersen <leafp@google.com>
16 lines
361 B
Dart
16 lines
361 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.
|
|
|
|
var foo;
|
|
var foo1 = 0;
|
|
|
|
bar() => "library2.dart bar()";
|
|
|
|
var baz;
|
|
|
|
bay() => "library2.dart bay()";
|
|
|
|
typedef double bax(int a, int b);
|
|
|
|
var baw;
|