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