Rename Kotlin/Native modules for uniformity

This commit is contained in:
Dmitriy Dolovov
2020-01-29 15:55:56 +07:00
parent abd86107d1
commit 9594b8db42
218 changed files with 21 additions and 21 deletions
@@ -0,0 +1,16 @@
expect var defaultSetter1: Int
expect var defaultSetter2: Int
expect var defaultSetter3: Int
expect var setterWithoutBackingField1: Int
expect var setterWithoutBackingField2: Int
expect var setterWithDelegation1: Int
expect var setterWithDelegation2: Int
expect var defaultSetteCustomVisibility1: Int
expect var defaultSetteCustomVisibility3 = 42
internal set
expect val propertyWithoutSetter: Int
expect var propertyWithSetter: Int