Expect/actual: fix some error messages

This commit is contained in:
Mikhail Glukhikh
2017-09-18 11:53:54 +03:00
committed by Mikhail Glukhikh
parent 98e9238763
commit 721889600f
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ The following declaration is incompatible because parameter types are different:
expect fun g(s: String)
^
compiler/testData/multiplatform/missingOverload/jvm.kt:1:14: error: in class 'Foo' expected members have no actual ones:
compiler/testData/multiplatform/missingOverload/jvm.kt:1:14: error: actual class 'Foo' has no corresponding members for expected class members:
public final expect fun f(a: Any): Unit