How to see the inferred type in cases such as `ass...
# intellij
d
How to see the inferred type in cases such as
assertEquals(expected: T, actual: T): Unit
? When I call this function as
assertEquals(val1, val2)
, how to see what's the actual inferred type?
👆 2