package main import kotlin.collections.MutableList fun test( a: Int, b: String, c: MutableList, d: MutableList, e: DefinedHere, f: DefinedOtherFile ) { } class DefinedHere { }