8c0cf7d0bc
^KT-59887 Fixed Review: https://jetbrains.team/p/kt/reviews/13244
11 lines
244 B
Plaintext
Vendored
11 lines
244 B
Plaintext
Vendored
-- Common --
|
|
Exit code: OK
|
|
Output:
|
|
|
|
-- JVM --
|
|
Exit code: COMPILATION_ERROR
|
|
Output:
|
|
compiler/testData/multiplatform/weakIncompatibilityWithoutActualModifier/jvm.kt:1:11: error: declaration must be marked with 'actual'.
|
|
interface Foo
|
|
^
|