blob: 85db157891fcc660533e482bf55bf929fed2c619 [file]
class A {}
fun <T> foo(t: T) {}
fun bar() {
<caret>foo(A())
}