Multi-platform fix: no more errors for top-level impl fun / val / var in IDE
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
header val bar: String
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
impl val bar = "Hello"
|
||||
@@ -0,0 +1,7 @@
|
||||
-- Common --
|
||||
Exit code: OK
|
||||
Output:
|
||||
|
||||
-- JVM --
|
||||
Exit code: OK
|
||||
Output:
|
||||
Reference in New Issue
Block a user