8 lines
110 B
Kotlin
8 lines
110 B
Kotlin
// "Create parameter 'foo'" "true"
|
|
|
|
class A {
|
|
fun test<T>(n: Int) {
|
|
val t: T = <caret>foo
|
|
}
|
|
}
|