mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
12 lines
87 B
Plaintext
12 lines
87 B
Plaintext
@implementation TC
|
|
{
|
|
id _control;
|
|
}
|
|
|
|
- (id)a
|
|
{
|
|
var x = @ref(_control);
|
|
}
|
|
|
|
@end
|