?? try-catch-3.m
字號:
/* Test if caught exception objects are accessible inside the @catch block. (Yes, I managed to break this.) *//* Author: Ziemowit Laski <zlaski@apple.com> *//* { dg-do compile } *//* { dg-options "-fobjc-exceptions" } */#include <objc/Object.h>const char *foo(void){ @try { return "foo"; } @catch (Object* theException) { return [theException name]; }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -