Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
resolvedCalls
/
arguments
/
genericCalls
/
inferredParameter.kt
blob: 1b63ac5f1b274d2926742b6485cdca8f51ea5477 [
file
]
fun
<
T
>
foo
(
t
:
T
,
l
:
List
<
T
>)
{}
fun
use
(
vararg a
:
Any
?)
=
a
fun test
(
a
:
Any
,
ls
:
List
<
String
>)
{
use
(<
caret
>
foo
(
11
,
ls
))
}