mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 08:31:30 +00:00
9 lines
191 B
Kotlin
Vendored
9 lines
191 B
Kotlin
Vendored
fun <T1, T2> f(p: Int, t1: T1, t2: T2){}
|
|
|
|
fun test() {
|
|
f(1, "", <caret>)
|
|
}
|
|
|
|
/*
|
|
Text: (p: Int, t1: String, <highlight>t2: T2</highlight>), Disabled: false, Strikeout: false, Green: true
|
|
*/ |