blob: 3fc7e5bbedebdc257a22dff5a4e36466762489e4 [file] [log] [blame]
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"));
};