Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
ProjectionOnFunctionArgumentErrror.kt
blob: 3248de9941e5be1f321681d6d5f8361bdfa875f6 [
file
]
fun test
()
{
fun
<
T
>
foo
(){}
foo
<<!
PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT
!>
in
<!>
Int
>()
}