Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
module
/
incompleteReifiedArg.kt
blob: aec2953ce4a54c8347a93acb12d3a6f15d915462 [
file
]
inline
fun
<
T
,
reified K
>
bar
()
{}
fun foo
()
{
bar
<!
WRONG_NUMBER_OF_TYPE_ARGUMENTS
!><
Int
><!>()
}