Rename Kotlin/Native modules for uniformity
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
expect val delegatedProperty1: Int
|
||||
expect val delegatedProperty2: Int
|
||||
expect val delegatedProperty3: Int
|
||||
expect val delegatedProperty4: Int
|
||||
|
||||
expect val inlineProperty1: Int
|
||||
expect val inlineProperty2: Int
|
||||
expect val inlineProperty3: Int
|
||||
|
||||
expect var inlineProperty4: Int
|
||||
expect var inlineProperty5: Int
|
||||
expect var inlineProperty6: Int
|
||||
expect var inlineProperty7: Int
|
||||
expect var inlineProperty8: Int
|
||||
|
||||
expect external val externalProperty1: Int
|
||||
expect val externalProperty2: Int
|
||||
Reference in New Issue
Block a user