FIR: Fix diagnostics test data after safe-call refactoring
^KT-38444 In Progress
This commit is contained in:
+2
-2
@@ -130,6 +130,6 @@ class InvokableProperty(val i: Invokable)
|
||||
|
||||
fun checkInvokable(ip: InvokableProperty?) {
|
||||
if (ip?.i() == "Hello") {
|
||||
ip.<!INAPPLICABLE_CANDIDATE!>hashCode<!>()
|
||||
ip.hashCode()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user