[ULC] Add support of const fields to multifile facade
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
|
||||
fun bar() = 24
|
||||
|
||||
val y = 24
|
||||
val y = 24
|
||||
|
||||
const val y1 = 42
|
||||
Reference in New Issue
Block a user