6ae19e03d5
Merge RangeJVMTest into RangeTest.
5 lines
112 B
Kotlin
5 lines
112 B
Kotlin
package test
|
|
|
|
// just a static type check
|
|
fun <T> assertStaticTypeIs(@Suppress("UNUSED_PARAMETER") value: T) {}
|