namespace test

internal trait Bar {
}

internal trait Foo {
}
internal final fun </*0*/ T> foo() : Unit where T : test.Bar, T : test.Foo
