b257b03152
#KT-36970 Fixed
11 lines
164 B
Kotlin
Vendored
11 lines
164 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
@file:[JvmName("Foo") JvmMultifileClass]
|
|
package test
|
|
|
|
fun foo() {
|
|
inlineReified<String>()
|
|
}
|
|
|
|
public inline fun <reified T> inlineReified() {}
|