[Commonizer] Commonize 'const val' and 'val' properties

This commit is contained in:
sebastian.sellmair
2021-07-01 15:25:56 +02:00
committed by Space
parent 9794068f22
commit 20f55ef0b7
5 changed files with 14 additions and 26 deletions
@@ -1,4 +1,6 @@
const val property1 = 42
expect val property2: Int
expect val property3: Int
expect val property4: Int
const val property5: Byte = 42