class Main { static function main() var b:Int = fn(fn('s')); static public function fn(v:R):T return null; }