Add CLI test for -Xnullability-annotations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun bar(a: A, b: B) {
|
||||
a.foo(null)
|
||||
a.bar().hashCode()
|
||||
b.foo(null)
|
||||
}
|
||||
Reference in New Issue
Block a user