Render short type names in quick documentation and navigation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
fun some(<caret>f: (Int) -> String) : String? = null
|
||||
|
||||
//INFO: <b>value-parameter</b> <b>val</b> f: (kotlin.Int) → kotlin.String <i>defined in</i> some
|
||||
// INFO: <b>value-parameter</b> <b>val</b> f: (Int) → String
|
||||
Reference in New Issue
Block a user