typedef Thenable = { function then():Thenable; } class Main3 { static function main() { ({then: () -> null} : Thenable); } }