Sha256: 9d8f443d153c679a9c4b6b640fb84a8ada9478668b9fef8897f1a5400cb0c63d
Contents?: true
Size: 287 Bytes
Versions: 2
Compression:
Stored size: 287 Bytes
Contents
@protocol X - doSomething; @end @interface A: NSObject - aMethod; @end @interface B: A <X> { @public int i; @private int j; } @end static int x(void) { return 0; } int y(void) { return 1; } @implementation B - aMethod { return nil; } - doSomething { return self; } @end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Units/xformat-option.r/format-NlKkFnP.d/input.m |
ctags.rb-1.1.3 | ext/vendor/ctags/Units/xformat-option.r/format-NlKkFnP.d/input.m |