blob: b062c6f674451b9d499c64b1184272b0d5884d88 [file]
compiler/testData/cli/jvm/progressive/progressiveTest.kt:3:10: error: 'public' generic exposes its 'internal' parameter bound type 'Foo'.
fun <T : Foo> foo(x: T?) = x
^^^
COMPILATION_ERROR