fb9c1399b3
These tests are ported from pkg/dds/test/external_compilation_service_* Fixes https://github.com/dart-lang/sdk/issues/47170 Change-Id: I2b538ce8757f7370631ece752862032c115db12a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/240301 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>
10 lines
268 B
Dart
10 lines
268 B
Dart
// Copyright (c) 2022, 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:developer';
|
|
|
|
main() {
|
|
debugger();
|
|
}
|