TypeScript/tests/cases/compiler/staticMustPrecedePublic.ts
2014-07-12 17:30:19 -07:00

5 lines
88 B
TypeScript

class Outer {
static public intI: number;
static private stringF: string;
}