Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
module
/
incompleteReifiedArg.kt
blob: 04355c8fa64718da6b2662fdc3b558f15503edb8 [
file
]
// RUN_PIPELINE_TILL: FRONTEND
inline
fun
<
T
,
reified K
>
bar
()
{}
fun foo
()
{
<!
CANNOT_INFER_PARAMETER_TYPE
!>
bar
<!><!
WRONG_NUMBER_OF_TYPE_ARGUMENTS
!><
Int
><!>()
}