skennedy
class Test { private fun test(list: List<String>) { list.forEach { println(it) } } }
LINENUMBER 8