Files
kotlin-fork/compiler/testData/cli/jvm/internalArgEmptyFeatureName.out
T
2018-07-20 14:24:42 +03:00

6 lines
284 B
Plaintext
Vendored

warning: empty language feature name for internal argument '-XXLanguage:+'
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