HaxeFoundation / HaxeManual

The official Haxe manual
https://haxe.org/manual/
Creative Commons Attribution 4.0 International
218 stars 154 forks source link

[Question] Bypassing setter on initialization #528

Open T1mL3arn opened 1 year ago

T1mL3arn commented 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.