7 lines
67 B
Kotlin
Vendored
7 lines
67 B
Kotlin
Vendored
class A {}
|
|
|
|
fun <T> foo(t: T) {}
|
|
|
|
fun bar() {
|
|
<caret>foo(A())
|
|
} |