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:
Vendored
+7
@@ -4,4 +4,11 @@ class NAMESPACED_CLASS
|
||||
|
||||
class Foo {
|
||||
class INSIDE_CLASS // this should be ignored currently
|
||||
|
||||
fun foo(): Boolean = TODO()
|
||||
|
||||
val my_value: UInt = 5u
|
||||
|
||||
var my_variable: Long = 5
|
||||
|
||||
}
|
||||
|
||||
+7
@@ -4,4 +4,11 @@ class NAMESPACED_CLASS
|
||||
|
||||
class Foo {
|
||||
class INSIDE_CLASS // this should be ignored currently
|
||||
|
||||
fun foo(): Boolean = TODO()
|
||||
|
||||
val my_value: UInt = 5u
|
||||
|
||||
var my_variable: Long = 5
|
||||
|
||||
}
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
|
||||
class Foo {
|
||||
class INSIDE_CLASS // this should be ignored currently
|
||||
|
||||
fun foo(): Boolean = TODO()
|
||||
|
||||
val my_value: UInt = 5u
|
||||
|
||||
var my_variable: Long = 5
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user