mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
3 lines
57 B
Kotlin
Vendored
3 lines
57 B
Kotlin
Vendored
class A<T, U, V>
|
|
|
|
fun <caret>foo(a: A<Int, *, String>) {} |