import std.stdio; @property f() { writeln("oops"); return 0; } void main() { auto p = f; }artur
I understand what you are trying to say but I hear parens will become mandatory soon. This may not be a problem then.
import std.stdio; @property f() { writeln("oops"); return 0; } void main() { auto p = f; }artur
I understand what you are trying to say but I hear parens will become mandatory soon. This may not be a problem then.