Presentation: Fix NPE on star projection rendering
EA-100480 Fixed
This commit is contained in:
@@ -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<Int, *, String>)</code></b>
|
||||
Reference in New Issue
Block a user