Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/module/incompleteReifiedArg.fir.kt
T
2023-01-09 08:57:08 +00:00

6 lines
94 B
Kotlin
Vendored

inline fun <T, reified K> bar() {}
fun foo() {
<!INAPPLICABLE_CANDIDATE!>bar<!><Int>()
}