10 lines
80 B
Kotlin
Vendored
10 lines
80 B
Kotlin
Vendored
package testing
|
|
|
|
fun <T> someFun() {
|
|
fun innerFun(a: <caret>T) {
|
|
|
|
}
|
|
}
|
|
|
|
|