comp-types-7.m
来自「linux下编程用 编译软件」· M 代码 · 共 33 行
M
33 行
/* { dg-do compile } *//* We used to ICE because we removed the cast to List_linked* in -[ListIndex_linked next]. */@interface List{@public int firstLink;}@end@interface ListIndex_linked{@public List *collection; int link;}@end@interface List_linked: List@end@implementation List@end@implementation ListIndex_linked- next{ link = ((List_linked*)collection)->firstLink;}@end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?