blob: 3aec1b33d1860b0b65317f6487eac5f2b8f10e3d [file]
warning: ATTENTION!
This build uses unsafe internal compiler arguments:
-XXLanguage:-NullableNothingInReifiedPosition
This mode is not recommended for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
warning: language version 2.2 is deprecated and its support will be removed in a future version of Kotlin. Update the version to 2.3.
compiler/testData/cli/jvm/internalArgCommonChecks/languageVersion.kt:18:5: error: cannot use 'Nothing?' as reified type parameter.
foo(b)
^^^
COMPILATION_ERROR