add export from kotlin into swift of class content #KT-65896 fixed
Merge-request: KT-MR-14624 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class Foo {
|
||||
public var my_variable1: Swift.Bool {
|
||||
get
|
||||
}
|
||||
public var my_variable2: Swift.Int8 {
|
||||
get
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user