📄 illegaluseofkeyword.ice
字号:
// **********************************************************************//// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.//// This copy of Ice is licensed to you under the terms described in the// ICE_LICENSE file included in this distribution.//// **********************************************************************module Test{exception module;exception void{ int i;};struct exception;struct class{ int i;};class interface;class struct{ void f(); int i;};interface local;interface extends{ void f();};interface Foo{ void implements(); int bar(string throws, long l, out bool void, out short s); int bar2(string s, long byte, out bool b, out short short);};class Bar{ string int; float long; double float; string double;};sequence<int> Object;dictionary<int, int> LocalObject;enum string{ a, b, c};enum E{ sequence, dictionary, enum, laksdjflkj};interface Bletch extends Object{};};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -