Fixed tests after adding error checking for intention tests.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
// IS_APPLICABLE: false
|
||||
fun foo(x: Foo) {
|
||||
x.<caret>foo(bar = x)
|
||||
}
|
||||
}
|
||||
|
||||
trait Foo {
|
||||
fun foo(baz: Int = 0, bar: Foo? = null)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user