// "Create parameter 'foo'" "true" class A { fun test(n: Int, foo: T) { val t: T = foo } }