So there a lot of issues where is feature is mentioned, but theres no one specific for it. The desired result would be to achieve following syntax: ``` interface A { foo() : number; } class AImpl implements A { foo() : number { return 1; } } ```