Fixed tests after adding error checking for intention tests.
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
fun test() {
|
||||
class Test {
|
||||
fun invoke(a: Int, vararg b: String, fn: () -> Unit): String = "test"
|
||||
}
|
||||
val test = Test()
|
||||
println(test.i<caret>nvoke(1, "a", "b") { })
|
||||
doSomething(test.i<caret>nvoke(1, "a", "b") { })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user