Boo

Internal compiler error when a class has a non-event member with the same name as an abstract or interface event

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 0.9.1
  • Component/s: Compiler
  • Labels:
    None
  • Testcase included:
    yes
  • Number of attachments :
    0

Description

interface Interface:
  event Foo as EventHandler

class Class:
  Foo as string:
    get: 
      return "I'm not an event"

Gives an InvalidCastException at ProcessInheritedAbstractMembers.ResolveAbstractEvent.

Issue Links

Activity

Hide
Cedric Vivier added a comment -

Fixed in rev. 3286

Show
Cedric Vivier added a comment - Fixed in rev. 3286

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: