KT-64931: add convertion of kotlin top-lvl functions into swift static functions
Merge-request: KT-MR-13878 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public static func foo(
|
||||
arg1: Swift.Int32
|
||||
) -> Swift.Bool {
|
||||
return foo_wrapped(arg1)
|
||||
}
|
||||
Reference in New Issue
Block a user