blob: 636fde745bd198c67045a95562701561a91d4794 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "private_method_tearoff_lib.dart" as pri;
import "org-dartlang-testcase:///private_method_tearoff_lib.dart";
class Foo extends core::Object implements pri::Bar {
synthetic constructor •() self::Foo
;
no-such-method-forwarder method _f() void
return throw{for-error-handling} core::NoSuchMethodError::withInvocation(this, new core::_InvocationMirror::_withType(#_f, 0, const <core::Type*>[], const <dynamic>[], core::Map::unmodifiable<core::Symbol*, dynamic>(const <core::Symbol*, dynamic>{})));
}
class Baz extends self::Foo {
synthetic constructor •() self::Baz
;
}
static method main() dynamic
;
library;
import self as pri;
import "dart:core" as core;
class Bar extends core::Object {
synthetic constructor •() pri::Bar
;
method _f() void
;
}
static method baz(pri::Bar bar) void
;
Extra constant evaluation status:
Evaluated: SymbolLiteral @ org-dartlang-testcase:///private_method_tearoff.dart:11:7 -> SymbolConstant(#_f)
Evaluated: ListLiteral @ org-dartlang-testcase:///private_method_tearoff.dart:11:7 -> ListConstant(const <Type*>[])
Evaluated: ListLiteral @ org-dartlang-testcase:///private_method_tearoff.dart:11:7 -> ListConstant(const <dynamic>[])
Evaluated: MapLiteral @ org-dartlang-testcase:///private_method_tearoff.dart:11:7 -> MapConstant(const <Symbol*, dynamic>{})
Extra constant evaluation: evaluated: 9, effectively constant: 4