blob: fd10b2001edd99d9da975308064a9177f69382b0 [file]
warning: language version 2.1 is deprecated and its support will be removed in a future version of Kotlin. Update the version to 2.3.
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