In case I have code like this: ```val s = "s"``` i...
# intellij
o
In case I have code like this:
Copy code
val s = "s"
is there an inspection/menu option to add the type (String in this case)?