class Main { static function main() { TestAbstract.f; } } enum abstract TestAbstract(Int) { private var f = 0; }