package test

internal fun </*0*/ T : test.Foo> foo(): kotlin.Unit where T : test.Bar

internal trait Bar {
}

internal trait Foo {
}
