blob: fe778e3a634b3039bab4a896c25467d8f42977d1 [file] [log] [blame]
warning: flag is not supported by this version of the compiler: -XX:+SoundSmartCastAfterTry
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