blob: 4bc18c67e3b90cd48850a122fb83d5dde31e5b5e [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 () → dart.core::Null? {
throw new dart.core::AbstractClassInstantiationError::•("Process");
dart.io::File::fromUri(dart.core::Uri::parse("file://test.dart"));
};