10 lines
212 B
Plaintext
Vendored
10 lines
212 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
inline fun <reified T : CharSequence, reified U, X> foo() {
|
|
__dummyTestFun__<T, U>()
|
|
}
|
|
|
|
inline fun <reified T : CharSequence, reified U> __dummyTestFun__() {
|
|
listOf(T::class, U::class)
|
|
}
|