Files
sdk/pkg/front_end/testcases/expression/lib_external_ctor.expression.yaml.expect
T
Johnni Winther 5f7d226ae8 [cfe] Enable nnbd in expression suite
Change-Id: Iad66d179b4b2795ba68a65cf078fa69a4f65fae2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/237040
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2022-03-16 11:44:31 +00:00

11 lines
486 B
Plaintext

Errors: {
org-dartlang-debug:synthetic_debug_expression:1:10: Error: The class 'Process' is abstract and can't be instantiated.
() { new Process(); new File.fromUri(Uri.parse("file://test.dart")); }
^^^^^^^
}
method /* from org-dartlang-debug:synthetic_debug_expression */ debugExpr() → dynamic
return () → Never {
throw new dart.core::AbstractClassInstantiationError::•("Process");
dart.io::File::fromUri(dart.core::Uri::parse("file://test.dart"));
};