[Commonizer] Commonize 'const val' and 'val' properties
This commit is contained in:
committed by
Space
parent
9794068f22
commit
20f55ef0b7
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user