blob: a1c22cbeea4a0b8b7dd555c8c7d03fe8b88674af [file]
compiler/testData/cli/jvm/progressive/progressiveTest.kt:3:10: warning: 'public' generic exposes its 'internal' parameter bound type 'Foo'. This will be prohibited in the future.
fun <T : Foo> foo(x: T?) = x
^^^
OK