mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37:03 +00:00
This reverts commit 5e6c89ca8b.
Conflicts:
Tests/Objective-J/Preprocessor/OutputTests/OutputTest.j
11 lines
127 B
Plaintext
11 lines
127 B
Plaintext
|
|
@implementation Class
|
|
{
|
|
Type ivar;
|
|
CPArray array;
|
|
|
|
CPString string;
|
|
int integer;
|
|
}
|
|
@end
|