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