1 2 3 4 5 6 7 8 9
Invalid Code [CCode (has_target = false)] delegate void Foo (); void main () { Foo foo = null; var t = foo.target; }