Fixed tests after adding error checking for intention tests.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
fun doSomething<T>(a: T) {}
|
||||
|
||||
class Foo {
|
||||
fun foo(x: Int) {
|
||||
println("lol")
|
||||
doSomething("lol")
|
||||
}
|
||||
}
|
||||
|
||||
fun bar(baz: Foo) {
|
||||
baz.<caret>foo(x = 1)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user