blob: 313df11e8816f84567f2c956e57e22cc938cb7f5 [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!
compiler/testData/cli/jvm/internalArgCommonChecks/languageVersion.kt:18:5: error: cannot use 'Nothing?' as reified type parameter.
foo(b)
^^^
COMPILATION_ERROR