f85480b4dd
Change-Id: Ib7af386876d831e84ca97c42bbe3084c96fcc114 Reviewed-on: https://dart-review.googlesource.com/49906 Commit-Queue: Samir Jindel <sjindel@google.com> Reviewed-by: Peter von der Ahé <ahe@google.com>
9 lines
350 B
Plaintext
9 lines
350 B
Plaintext
Errors: {
|
|
The class 'Process' is abstract and can't be instantiated. (@9)
|
|
}
|
|
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"));
|
|
};
|