2017-03-23 22:10:07 +01:00

6 lines
73 B
JavaScript

interface IFoo {
x: boolean;
static (): void;
static y: boolean;
}