http://d.puremagic.com/issues/show_bug.cgi?id=8635
--- Comment #16 from [email protected] 2013-02-08 16:27:38 PST --- An even better syntax is to allow new to act as a static method, that allows a fully UFCS syntax: class Foo { void bar() {} } Foo().new.bar(); Foo f = Foo.new; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
