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