Tests: fix some tests in quickfix
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
// "Import" "false"
|
// "Import" "false"
|
||||||
// ERROR: Type mismatch: inferred type is Int but String was expected
|
// ERROR: Type mismatch: inferred type is Int but String was expected
|
||||||
// ACTION: Add 'toString()' call
|
// 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'
|
// ACTION: Create function 'foo'
|
||||||
|
|
||||||
package main
|
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
|
// DISABLE-ERRORS
|
||||||
package test
|
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
|
// DISABLE-ERRORS
|
||||||
package test
|
package test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user