[FIR] Implement NULL_FOR_NONNULL_TYPE diagnostics, fix tests
This commit is contained in:
@@ -7,4 +7,4 @@ fun foo(c : Collection<String>) = {
|
||||
}
|
||||
|
||||
fun bar() : String? = null
|
||||
fun zoo(s : String) : Boolean = true
|
||||
fun zoo(s : String) : Boolean = true
|
||||
|
||||
Reference in New Issue
Block a user