Files
kotlin-fork/backend.native/tests/stdlib_external/testUtils.kt
T
2018-01-09 13:17:55 +03:00

5 lines
112 B
Kotlin

package test
// just a static type check
fun <T> assertStaticTypeIs(@Suppress("UNUSED_PARAMETER") value: T) {}