d4fac1684c
Change-Id: I6b3e2f44ef89ba6a234fab97e08f56a69247d13f Reviewed-on: https://dart-review.googlesource.com/c/77081 Commit-Queue: Peter von der Ahé <ahe@google.com> Reviewed-by: Aske Simon Christensen <askesc@google.com>
11 lines
496 B
Plaintext
11 lines
496 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 () → dart.core::Null {
|
|
throw new dart.core::AbstractClassInstantiationError::•("Process");
|
|
dart.io::File::fromUri(dart.core::Uri::parse("file://test.dart"));
|
|
};
|