How can I investigate a type of a property in IDEA...
# getting-started
v
How can I investigate a type of a property in IDEA, e.g. I have
Copy code
val vA = SomeClass.someFunctionThatReturnsValue()
IDEA does not show type for certain case,
ctrl+mouseover
does not give any hint