Boo

compiler does not process standalone member method references correctly

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 0.2
  • Fix Version/s: 0.3
  • Component/s: Compiler
  • Labels:
    None
  • Number of attachments :
    0

Description

The following valid code fails to compile under the current version:

<snip>
class Foo:

def call(c as ICallable):
c()

def foo():
print("foo")

def run():
call(foo)

Foo().run()
</snip>

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: