mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
16 lines
146 B
Plaintext
16 lines
146 B
Plaintext
// Expected output: 0
|
|
|
|
/*
|
|
*/
|
|
|
|
@import <Foundation/CPObject.j>
|
|
|
|
@typedef MyType
|
|
|
|
@implementation MyCall : CPObject
|
|
{
|
|
MyType property1;
|
|
}
|
|
|
|
@end
|