Files
kotlin-fork/compiler/testData/codegen/boxInline/special/identityCheck.2.kt
T
2016-01-22 05:54:38 +03:00

5 lines
74 B
Kotlin
Vendored

package test
inline fun <T> doSmth(a: T) : Boolean {
return a === a
}