**TypeScript Version:** 2.0.3 **Code** ```ts interface Foo { public static myStaticMethod(param1: any); } ``` **Expected behavior:** No errors **Actual behavior:** Unsupported