Revert "[NI] Report unsafe implicit invoke accordingly to OI"
This reverts commit b045adf83a.
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
||||
// !WITH_NEW_INFERENCE
|
||||
fun <E : String?, T : ((CharSequence) -> Unit)?> foo(x: E, y: T) {
|
||||
if (x != null) {
|
||||
y(x)
|
||||
|
||||
Reference in New Issue
Block a user