Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/GenericFunctionWithTab2.kt.after
T
2020-10-01 15:42:50 +03:00

8 lines
101 B
Plaintext
Vendored

// FIR_COMPARISON
fun <T> foo() {}
fun use() = foo <String>()<caret>
// ELEMENT: foo
// CHAR: '\t'