Tests: fix some tests in quickfix
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user