[ULC] Add support of const fields to multifile facade

This commit is contained in:
Igor Yakovlev
2020-09-04 14:11:25 +03:00
parent 309bf49a83
commit 97ac86273a
3 changed files with 10 additions and 5 deletions
@@ -3,4 +3,6 @@
fun bar() = 24
val y = 24
val y = 24
const val y1 = 42