Files
2016-09-29 12:00:43 +03:00

5 lines
82 B
Kotlin
Vendored

package foo
inline fun <reified T> isInstance(x: Any?): Boolean =
x is T