3cfe43f83a
It's implemented through Jsr305State while it's not related to jsr-305 becasue currently it's the most convenient way to introduce the flag. Probably, it's worth renaming Jsr305State to something more abstract like NullabilityAnnotationsConfiguration #KT-21982 Fixed
5 lines
154 B
Plaintext
Vendored
5 lines
154 B
Plaintext
Vendored
compiler/testData/cli/jvm/compatqualUsage.kt:2:11: error: null can not be a value of a non-null type String
|
|
a.foo(null)
|
|
^
|
|
COMPILATION_ERROR
|