Minor. removed several tests with error calls.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
fun foo(compareTo: Any.(p: Function0<Int>) -> Int, p: () -> Int) {
|
||||
p < p
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
foo({ it() }, { 42 })
|
||||
return "OK"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
class A
|
||||
|
||||
fun foo(plusAssign: A.(A) -> Unit) {
|
||||
A() += A()
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
foo { }
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user