Files
kotlin-fork/compiler/testData/cli/jvm/internalArgUnrecognizedFeature.out
T

15 lines
574 B
Plaintext
Vendored

warning: ATTENTION!
This build uses internal compiler arguments:
-XXLanguage:+UnknownFeature
This mode is strictly prohibited for production use,
as no stability/compatibility guarantees are given on
compiler or generated code. Use it at your own risk!
warning: unknown language feature 'UnknownFeature' in passed internal argument '-XXLanguage:+UnknownFeature'
compiler/testData/cli/jvm/legacySmartCastsAfterTry.kt:8:9: error: only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
some.length
^
COMPILATION_ERROR