// "Create function 'foo'" "true" fun test(): Int { return foo(2, "2") } fun foo(i: Int, t: T): Int { TODO("Not yet implemented") }