Join Slack
Powered by
How to see the inferred type in cases such as `ass...
# intellij
d
David Kubecka
01/12/2024, 2:47 PM
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
Open in Slack
Previous
Next