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