blob: 0e9cc629fff44368ebbd2c9b233821d737bc1e74 [file]
compiler/testData/cli/jvm/XjspecifyAnnotation/jspecifyUsage.kt:4:11: warning: Java type mismatch: inferred type is 'Nothing?', but 'String' was expected.
a.foo(null)
^^^^
compiler/testData/cli/jvm/XjspecifyAnnotation/jspecifyUsage.kt:5:5: warning: only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type 'String?'.
a.bar().length
^^^^^^^
OK