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:
@@ -0,0 +1,8 @@
|
||||
|
||||
/// Function foo description.
|
||||
/// - Parameters:
|
||||
/// - p: first Integer to consume
|
||||
/// - Returns: Bool
|
||||
public var myVariable: Swift.Bool {
|
||||
get
|
||||
}
|
||||
Reference in New Issue
Block a user