<!-- Thanks for submitting an issue to AssemblyScript! Please take a moment to read the contributing guidelines linked below to get off to a good start 🙂 --> ```typescript class A { aa(): void {} } class Foo extends A { override aa(): void {} } ``` ``` ERROR TS1110: Type expected. override aa(): void {} ~~~~~~~~ in assembly/index.ts(7,3) FAILURE 1 parse error(s) ```