5333f30e1e
Change-Id: I34966f96110b6101dbdf96571af12eba2b0e39d1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389460 Commit-Queue: Johnni Winther <johnniwinther@google.com> Reviewed-by: Jens Johansen <jensj@google.com>
11 lines
279 B
Dart
11 lines
279 B
Dart
// Copyright (c) 2024, 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.
|
|
|
|
import 'dart:test';
|
|
|
|
test() {
|
|
0.method1();
|
|
0.method2();
|
|
}
|