Presentation: Fix NPE on star projection rendering

EA-100480 Fixed
This commit is contained in:
Alexey Sedunov
2017-06-13 18:53:03 +03:00
parent ab4eb1dd20
commit 1544467725
4 changed files with 17 additions and 2 deletions
@@ -0,0 +1,3 @@
class A<T, U, V>
fun <caret>foo(a: A<Int, *, String>) {}
@@ -0,0 +1,4 @@
Crumbs:
foo()
Tooltips:
function <b><code>foo(A&lt;Int, *, String&gt;)</code></b>