5 lines
74 B
Kotlin
Vendored
5 lines
74 B
Kotlin
Vendored
package test
|
|
|
|
inline fun <T> doSmth(a: T) : Boolean {
|
|
return a === a
|
|
} |