Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
ProjectionOnFunctionArgumentErrror.fir.kt
blob: e8b80c8f4ca72ea305cefe18e20f0ad8e6f26ae3 [
file
] [
log
] [
blame
]
fun test
()
{
fun
<
T
>
foo
(){}
foo
<<!
PROJECTION_ON_NON_CLASS_TYPE_ARGUMENT
!>
in
Int
<!>>()
}