67c2f7105b
#KT-6863 Fixed
3 lines
46 B
Kotlin
Vendored
3 lines
46 B
Kotlin
Vendored
inline fun <T> test(p: T) {
|
|
p.toString()
|
|
} |