Update testData of testKt28385 for 202 version
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
-- Common --
|
||||||
|
Exit code: OK
|
||||||
|
Output:
|
||||||
|
|
||||||
|
-- JVM --
|
||||||
|
Exit code: COMPILATION_ERROR
|
||||||
|
Output:
|
||||||
|
compiler/testData/multiplatform/regressions/kt28385/jvm.kt:5:1: error: expecting a top level declaration
|
||||||
|
sdax = {
|
||||||
|
^
|
||||||
|
compiler/testData/multiplatform/regressions/kt28385/jvm.kt:5:6: error: expecting a top level declaration
|
||||||
|
sdax = {
|
||||||
|
^
|
||||||
|
compiler/testData/multiplatform/regressions/kt28385/jvm.kt:5:8: error: expecting a top level declaration
|
||||||
|
sdax = {
|
||||||
|
^
|
||||||
|
compiler/testData/multiplatform/regressions/kt28385/jvm.kt:5:8: error: function declaration must have a name
|
||||||
|
sdax = {
|
||||||
|
^
|
||||||
|
compiler/testData/multiplatform/regressions/kt28385/jvm.kt:3:1: error: property must be initialized
|
||||||
|
val dasda
|
||||||
|
^
|
||||||
Reference in New Issue
Block a user