id summary reporter owner description type status priority milestone component version resolution keywords cc 63 インタフェース同士でのオーバーライドができない イグトランス (egtra) dai "次のコードがコンパイルエラーになります。 {{{ Interface IFoo Sub Method() '文法が間違っています End Interface Interface IBar Inherits IFoo Sub Method() 'Override修飾子の指定が無い状況でオーバーライドを行うことはできません。 End Interface }}} また、IBar.MethodにOverrideを付けると「文法が間違っています」となってしまいます。" バグ(ケアレスミス) closed 中-major AB5 CP6 Compiler fixed