add export from kotlin into swift of simple documentation comment #KT-65913 fixed
Merge-request: KT-MR-14622 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
+6
-6
@@ -2,12 +2,12 @@ import KotlinBridges
|
||||
import KotlinRuntime
|
||||
|
||||
/**
|
||||
* Function foo description
|
||||
*
|
||||
* @param p first Integer to consume
|
||||
* @param p2 second Double to consume
|
||||
* @return Short, constant 1
|
||||
*/
|
||||
* Function foo description
|
||||
*
|
||||
* @param p first Integer to consume
|
||||
* @param p2 second Double to consume
|
||||
* @return Short, constant 1
|
||||
*/
|
||||
public func foo(
|
||||
p: Swift.Int32,
|
||||
p2: Swift.Double
|
||||
|
||||
Reference in New Issue
Block a user