Set up tests for fun interfaces for JVM backend for now
This commit is contained in:
+1
-1
@@ -9,4 +9,4 @@ fun foo(f: Foo) {}
|
||||
|
||||
fun test() {
|
||||
foo {}
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@ fun foo(f: KRunnable) {}
|
||||
fun test() {
|
||||
foo(KRunnable {})
|
||||
foo(KRunnableAlias {})
|
||||
}
|
||||
}
|
||||
|
||||
+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>>() } }
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -30,4 +30,4 @@ fun test(j: J, r: KRunnable) {
|
||||
j.foo3({}, r, {})
|
||||
j.foo3({}, {}, r)
|
||||
j.foo3({}, {}, {})
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ suspend fun bar() {}
|
||||
|
||||
fun test() {
|
||||
run(::bar)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user