TypeScript/tests/baselines/reference/parser642331.types

9 lines
164 B
Plaintext
Raw Normal View History

2014-08-15 23:33:16 +02:00
=== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser642331.ts ===
class test {
>test : test
constructor (static) { }
>static : any
}