-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
import polygonal.ds.PriorityQueue;
class Main {
static function main() {}
}> haxe -main Main -lib polygonal-ds --interp
[...]/PriorityQueue.hx:354: characters 3-13 : error: {+ priority : Int } should be polygonal.ds.PriorityQueue.T
[...]/PriorityQueue.hx:354: characters 3-13 : have: Array<{+ priority }>
[...]/PriorityQueue.hx:354: characters 3-13 : want: Array<polygonal.ds.PriorityQueue.T>
[...]/PriorityQueue.hx:536: characters 24-25 : Too many arguments
Tested with Haxe 4.0.5 and polygonal-ds 2.1.1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels