``` ceylon {"1"}.map((s) => JLong.parseLong(s)); // 1 {"1"}.map(JLong.parseLong); // 2 // ambiguous callable reference to overloaded method or class: 'parseLong' is overloaded ``` Given that 1 works, would it be possible to also support 2?