Fix test data after 89d99e3989

This commit is contained in:
Denis Zharkov
2018-07-18 11:14:29 +03:00
parent 48606ad983
commit cc2280b95b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import foo.A
fun main(a: A) {
<warning descr="[NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS] Expected type does not accept nulls in Kotlin, but the value may be null in Java">a.field</warning>.length
<warning descr="[RECEIVER_NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS] Unsafe use of a nullable receiver of type String?">a.field</warning>.length
}
+1 -1
View File
@@ -1,5 +1,5 @@
import foo.A
fun main(a: A) {
<warning descr="[NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS] Expected type does not accept nulls in Kotlin, but the value may be null in Java">a.field</warning>.length
<warning descr="[RECEIVER_NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS] Unsafe use of a nullable receiver of type String?">a.field</warning>.length
}