Refine diagnostics for nullability migration warnings
#KT-24911 Fixed
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
fun test(annotated: Annotated) {
|
||||
annotated.foo(null)
|
||||
annotated.bar(null)
|
||||
}
|
||||
annotated.nullable().length
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user