mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
15 lines
583 B
Plaintext
Vendored
15 lines
583 B
Plaintext
Vendored
warning: ATTENTION!
|
|
This build uses unsafe internal compiler arguments:
|
|
|
|
-XXLanguage:+SoundSmartCastsAfterTry
|
|
|
|
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 1.1 is deprecated and its support will be removed in a future version of Kotlin
|
|
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
|