Tests: fix some tests in quickfix

This commit is contained in:
Dmitry Gridin
2019-10-03 15:23:05 +07:00
parent f74b3e6ece
commit 1b7b546249
3 changed files with 3 additions and 3 deletions
@@ -2,7 +2,7 @@
// "Import" "false"
// ERROR: Type mismatch: inferred type is Int but String was expected
// ACTION: Add 'toString()' call
// ACTION: Change parameter 'p' type of function 'main.X.foo' to 'Int'
// ACTION: Change parameter 'p' type of function 'foo' to 'Int'
// ACTION: Create function 'foo'
package main
@@ -1,4 +1,4 @@
// "Change parameter 'a' type of function 'test.B.foo' to 'String'" "true"
// "Change parameter 'a' type of function 'foo' to 'String'" "true"
// DISABLE-ERRORS
package test
@@ -1,4 +1,4 @@
// "Change parameter 'a' type of function 'test.B.foo' to 'String'" "true"
// "Change parameter 'a' type of function 'foo' to 'String'" "true"
// DISABLE-ERRORS
package test