blob: 21898b3923a336907f66aa534a7c596cba3378a5 [file] [log] [blame]
class Incomplete {
{
def List l = [0] //type is inferred to be List<Integer>
l*.<ref>abs()
}
}