I would like to do this: ```haxe @:await class Await { public function wrapper() { @:async function local() { // ... } } } ``` Note that wrapper is not tagged by `@:await` nor `@:async`