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