DEBSOURCES
Skip Quicknav
sources / haxe / 1%3A4.3.7-1 / tests / misc / projects / Issue8241 / Main.hx
12345678
interface I { @:flash.property var x(get,never):Int; } class Main implements I { public var x(get,never):Int; function get_x():Int return 15; }