Opened 17 years ago

Closed 16 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を付けると「文法が間違っています」となってしまいます。

Change History (1)

comment:1 by イグトランス (egtra), 16 years ago

Resolution: fixed
Status: newclosed

[400]で件のコードがコンパイルできることを確認。

Note: See TracTickets for help on using tickets.