mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-28 14:37:04 +00:00
23 lines
336 B
Plaintext
23 lines
336 B
Plaintext
// Expected output: 256
|
|
|
|
/*
|
|
|
|
START_EXPECTED
|
|
Error on line 10014 of file [unknown]
|
|
SyntaxError:
|
|
@implementation MyType : CPObject
|
|
^
|
|
ERROR line 6 in file:[__PATH__]: Duplicate class MyType
|
|
END_EXPECTED
|
|
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
|
|
@implementation MyType : CPObject
|
|
@end
|
|
|
|
@implementation MyType : CPObject
|
|
@end
|
|
|