[Test] Add helpers file with functions for inference testing
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun <K> id(x: K): K = x
|
||||
fun <K> materialize(): K = null!!
|
||||
fun <K> select(vararg values: K): K = values[0]
|
||||
Reference in New Issue
Block a user