Call Resolver: Fix nullability of parenthesized safe calls used as value arguments
#KT-7903 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun f(s : String?) : Boolean {
|
||||
return (s?.equals("a"))!!
|
||||
}
|
||||
Reference in New Issue
Block a user