blob: f28a475a45d038571be97677b4eecbdb26eb0ae3 [file] [log] [blame]
foo() native "foo";
class Bar {
Bar get x native "Bar_get_x";
set x(Bar value) native "Bar_set_x";
f() native "Bar_f";
factory Bar() native "Bar_constructor";
}