DEBSOURCES
Skip Quicknav
sources / haxe / 1%3A4.1.5-1 / tests / misc / projects / Issue6226 / Main.hx
123456789
class Main { @:deprecated static var b(get, never):Int; static inline function get_b() return 1; public static function main() { b; } }