6dacd1011f
KT-25554 Fixed
14 lines
436 B
Plaintext
Vendored
14 lines
436 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!
|
|
|
|
compiler/testData/cli/jvm/legacySmartCastsAfterTry.kt:2:25: warning: variable 'some' initializer is redundant
|
|
var some: String? = null
|
|
^
|
|
OK
|