History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-46
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Rodrigo B. de Oliveira
Reporter: Rodrigo B. de Oliveira
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

compiler does not process standalone member method references correctly

Created: 17/Jul/04 02:58 PM   Updated: 24/Jul/04 08:27 PM
Component/s: Compiler
Affects Version/s: 0.2
Fix Version/s: 0.3

Time Tracking:
Not Specified


 Description  « Hide
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>



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.