Add CLI test for -Xnullability-annotations

This commit is contained in:
Victor Petukhov
2021-06-11 10:30:10 +03:00
parent b0a44705b4
commit 50ad5116b5
8 changed files with 27 additions and 5 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
fun bar(a: A) {
a.foo(null)
fun bar(b: B) {
b.foo(null)
}