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
+4
View File
@@ -0,0 +1,4 @@
compiler/testData/cli/jvm/severalAnnotations.kt:2:11: error: null can not be a value of a non-null type String
a.foo(null)
^
COMPILATION_ERROR