// ISSUE: KT-66638 class Super data class Child>>(val foo: String) fun foo(child: Child<*>) { child.foo }