b75df6f268
'result' from an external 'compileExpression' implementation Also adds expression evaluation tests for external clients. Change-Id: Ibc1ee098df1de4d191627cbccb44e24fbcb43adf Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154300 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) 2020, 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();
|
|
}
|