Files
kotlin-fork/idea/testData/codeInsight/breadcrumbs/StarProjection.kt
T
2017-06-15 17:26:39 +03:00

3 lines
57 B
Kotlin
Vendored

class A<T, U, V>
fun <caret>foo(a: A<Int, *, String>) {}