class foo { void test() { print('$bar'); } } void main() { foo().test(); }