Set up tests for fun interfaces for JVM backend for now
This commit is contained in:
+1
-1
@@ -22,4 +22,4 @@ fun test(
|
||||
k.f_t(f_string) { it checkType { _<String>() } }
|
||||
k.f_r(f_int) { it checkType { _<Int>() } }
|
||||
k.f_pr(f_pr) { it checkType { _<PR<String, Int>>() } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user