Ticket #19 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by mooneer

  • Status changed from new to assigned

comment:2 Changed 4 years ago by mooneer

  • Status changed from assigned to closed
  • Resolution set to fixed

All fixed as of r238.

Note: See TracTickets for help on using tickets.