Refine diagnostics for nullability migration warnings

#KT-24911 Fixed
This commit is contained in:
Denis Zharkov
2018-07-13 17:51:11 +03:00
parent f85030b1e6
commit 89d99e3989
34 changed files with 140 additions and 113 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
fun test(annotated: Annotated) {
annotated.foo(null)
annotated.bar(null)
}
annotated.nullable().length
}