blob: 63bdece7168d938a872ea12202050161ca7f5e26 [file] [log] [blame]
class Foo<out abstract, out out> {}
fun f() {
// Foo<out out>
Foo<out Int>
}