Files
cappuccino/Tests/Manual/CompilationTests/TestCases/1.j
T

14 lines
133 B
Plaintext

// Expected output: 0
/*
*/
@import <Foundation/Foundation.j>
@implementation MyCall : CPObject
{
CPString property1;
}
@end