Fix for KT-12872 Don't show "defined in <very long qualifier here>" in quick doc for local variables
#KT-12872 fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
d89afc419d
commit
fa01a4efad
+1
-1
@@ -1,3 +1,3 @@
|
||||
fun some(<caret>f: (Int) -> String) : String? = null
|
||||
|
||||
//INFO: <pre><b>value-parameter</b> f: (Int) → String <i>defined in</i> some</pre>
|
||||
//INFO: <pre><b>value-parameter</b> f: (Int) → String</pre>
|
||||
|
||||
Reference in New Issue
Block a user