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

21 lines
300 B
Plaintext

// Expected output: 256
/*
START_EXPECTED
Error on line 10778 of file [unknown]
SyntaxError:
@typedef MyType
^
ERROR line 6 in file:[__PATH__]: MyType is already declared as class
END_EXPECTED
*/
@import <Foundation/Foundation.j>
@implementation MyType : CPObject
@end
@typedef MyType