fun testFun(param1: Int, param2: String = "str", param3: List = myList()) { 42 } fun myList(): List