blob: 0ee47384fc67c8789b4899e50d28b5cc37fa9d79 [file]
library;
import self as self;
import "dart:core" as core;
extension E on core::int {
method foo = self::E|foo;
method tearoff foo = self::E|get#foo;
}
static extension-member method E|foo(lowered final core::int #this) → void
;
static extension-member method E|get#foo(lowered final core::int #this) → () → void
return () void => self::E|foo(#this);
static method main() void
;