Add cli tests on different options of -Xjsr305 flag

This commit is contained in:
Denis Zharkov
2017-09-14 11:22:15 +03:00
parent 363d345752
commit 97fed6336b
8 changed files with 45 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fun bar(a: A) {
a.foo(null)
}