Rework notForIncompletionCall test
This commit is contained in:
committed by
Victor Petukhov
parent
ba93bdb14d
commit
cf161f8234
+13
@@ -0,0 +1,13 @@
|
||||
// "Import" "true"
|
||||
// ERROR: Type mismatch: inferred type is Int but String was expected
|
||||
// ACTION: Add 'toString()' call
|
||||
// ACTION: Change parameter 'p' type of function 'foo' to 'Int'
|
||||
// ACTION: Create function 'foo'
|
||||
// COMPILER_ARGUMENTS: -XXLanguage:+TrailingCommas
|
||||
|
||||
package other
|
||||
|
||||
import main.X
|
||||
|
||||
fun X.foo(p: Int) {
|
||||
}
|
||||
Reference in New Issue
Block a user