Open T1mL3arn opened 1 year ago
I can define prop like var foo(default, set):String = 'bar'; and it bypasses setter on initialization ( https://try.haxe.org/#1eaA1901 ). But is this documented? I couldnt find it in the manual.
var foo(default, set):String = 'bar';
I can define prop like
var foo(default, set):String = 'bar';
and it bypasses setter on initialization ( https://try.haxe.org/#1eaA1901 ). But is this documented? I couldnt find it in the manual.