mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
21 lines
326 B
Plaintext
21 lines
326 B
Plaintext
// Expected output: 256
|
|
|
|
/*
|
|
|
|
START_EXPECTED
|
|
Error on line 10001 of file [unknown]
|
|
SyntaxError:
|
|
@implementation MyType : CPObject
|
|
^
|
|
ERROR line 5 in file:[__PATH__]: MyType is already declared as a type
|
|
END_EXPECTED
|
|
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
|
|
@typedef MyType
|
|
|
|
@implementation MyType : CPObject
|
|
@end
|