Files
cappuccino/Tests/Manual/CompilationTests/TestCases/6.j
T
2014-11-20 11:44:51 -08:00

17 lines
238 B
Plaintext

// Expected output: 256
/*
START_EXPECTED
Error on line 10775 of file [unknown]
SyntaxError:
@typedef MyType
^
ERROR line 2 in file:[__PATH__]: Duplicate type definition MyType
END_EXPECTED
*/
@typedef MyType
@typedef MyType