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