Fix test data after 89d99e3989
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
import foo.A
|
import foo.A
|
||||||
|
|
||||||
fun main(a: 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
@@ -1,5 +1,5 @@
|
|||||||
import foo.A
|
import foo.A
|
||||||
|
|
||||||
fun main(a: 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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user