package test fun usage(list: List) { for (loopVar in list) {} }