TypeScript/tests/baselines/reference/strictMode4.types

8 lines
86 B
Text
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/compiler/strictMode4.ts ===
"use strict";
class A {
>A : A
}