Presentation: Fix NPE on functional type rendering

#KT-17638 Fixed
This commit is contained in:
Alexey Sedunov
2017-05-16 18:17:01 +03:00
parent a80fb6f20f
commit 0994474e87
4 changed files with 13 additions and 0 deletions
@@ -0,0 +1 @@
fun <caret>test(f: (Int) -> Int) {}
@@ -0,0 +1,4 @@
Crumbs:
test()
Tooltips:
function <b><code>test((Int) -&gt; Int)</code></b>