TypeScript/tests/baselines/reference/parser509667.errors.txt

17 lines
398 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509667.ts(4,4): error TS1003: Identifier expected.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser509667.ts (1 errors) ====
class Foo {
f1() {
if (this.
}
~
!!! error TS1003: Identifier expected.
2014-07-13 01:04:16 +02:00
f2() {
}
f3() {
}
}