📄 remote_type.adb
字号:
-- { dg-do compile }-- { dg-options "-gnatws" }package body remote_type is procedure Append (Container : in out List; New_Item : in Element_Type) is begin null; end Append; procedure Read (S : access Root_Stream_Type'Class; L : out List) is begin null; end Read; procedure Write (S : access Root_Stream_Type'Class; L : in List) is begin null; end Write;end remote_type;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -