class C { final x:Int; function new() { x = nonsense; } } function main() { }