module bug53; class Foo { final void bar() {} void test() { bar(); } } void main() {}