Make default value for -Xjsr305 flag to be WARN

This commit is contained in:
Denis Zharkov
2017-09-14 11:18:49 +03:00
parent 2ca220d442
commit 363d345752
7 changed files with 50 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
compiler/testData/cli/jvm/jsr305Usage.kt:2:11: warning: expected type does not accept nulls in Java, but the value may be null in Kotlin
a.foo(null)
^
OK