Files

10 lines
80 B
Kotlin
Vendored

package testing
fun <T> someFun() {
fun innerFun(a: <caret>T) {
}
}