Ticket #19 (closed defect: fixed)
Method with multiple params not found
| Reported by: | wolf <rowan@…> | Owned by: | mooneer |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interpreter | Version: | 1.0a2 |
| Keywords: | Cc: |
Description
Method outside of class with more than one parameter causes error when called:
method test(a, b) [ a + b; ]; test(2, 5)|print;
Output:
System.exceptions.ObjectNotFound: Could not find property or variable test called from test-001.kt line 5 called from (Kite loader) line 0
Change History
Note: See
TracTickets for help on using
tickets.
