Opened 18 years ago
Closed 17 years ago
#63 closed バグ(ケアレスミス) (fixed)
インタフェース同士でのオーバーライドができない
Reported by: | イグトランス (egtra) | Owned by: | dai |
---|---|---|---|
Priority: | 中-major | Milestone: | AB5 CP6 |
Component: | Compiler | Version: | |
Keywords: | Cc: |
Description
次のコードがコンパイルエラーになります。
Interface IFoo Sub Method() '文法が間違っています End Interface Interface IBar Inherits IFoo Sub Method() 'Override修飾子の指定が無い状況でオーバーライドを行うことはできません。 End Interface
また、IBar.MethodにOverrideを付けると「文法が間違っています」となってしまいます。
Note:
See TracTickets
for help on using tickets.
[400]で件のコードがコンパイルできることを確認。