⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 param-1.m

📁 linux下编程用 编译软件
💻 M
字号:
/* Test if compiler detects object as an parameter to a method   or not. It is not valid.  *//* { dg-do compile } */@interface foo@end@implementation foo@end@interface bar-(void) my_method:(foo) my_param; /* { dg-error "can not use an object as parameter to a method" } */@end@implementation bar-(void) my_method:(foo) my_param /* { dg-error "can not use an object as parameter to a method" } */{}@end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -