Skip to content

Fix JsLIGO preparser issue with colons.

type:fixed

Fixes an issue where the following code was not handled properly.

let compute_points = (acc : nat) : map<nat,nat> => {

}

Merge request reports

Loading