Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
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
><!>()
}