Fix failing tests after 395d595b

This commit is contained in:
Leonid Startsev
2019-10-09 19:13:55 +03:00
parent 93c91862f1
commit 1ed4930a2e
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Output:
-- JVM --
Exit code: COMPILATION_ERROR
Output:
compiler/testData/multiplatform/missingOverload/common.kt:7:13: error: expected function 'g' has no actual declaration in module <main>
compiler/testData/multiplatform/missingOverload/common.kt:7:13: error: expected function 'g' has no actual declaration in module <main> for JVM
The following declaration is incompatible because parameter types are different:
public actual fun g(a: Any): Unit