Invalid Code class Foo { void method () { } static void bar () { var m = method; } } void main () { }