mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-30 07:23:36 +00:00
19 lines
274 B
Plaintext
19 lines
274 B
Plaintext
// Expected output: 256
|
|
|
|
/*
|
|
|
|
START_EXPECTED
|
|
Error on line 10778 of file [unknown]
|
|
SyntaxError:
|
|
@typedef mytype
|
|
^
|
|
ERROR line 4 in file:[__PATH__]: mytype is already declared as class
|
|
END_EXPECTED
|
|
*/
|
|
|
|
@import <Foundation/Foundation.j>
|
|
|
|
@class mytype
|
|
@typedef mytype
|
|
|