Expect/actual: fix some error messages
This commit is contained in:
committed by
Mikhail Glukhikh
parent
98e9238763
commit
721889600f
@@ -5,7 +5,7 @@ Output:
|
||||
-- JVM --
|
||||
Exit code: COMPILATION_ERROR
|
||||
Output:
|
||||
compiler/testData/multiplatform/classScopes/missingFunction/jvm.kt:1:14: error: in class 'Foo' expected members have no actual ones:
|
||||
compiler/testData/multiplatform/classScopes/missingFunction/jvm.kt:1:14: error: actual class 'Foo' has no corresponding members for expected class members:
|
||||
|
||||
public final expect fun function(s: String): Unit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user