add Initial support for comments in SIR #KT-65174 Fixed
Merge-request: KT-MR-14007 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
/// Function foo description.
|
||||
/// - Parameters:
|
||||
/// - p: first Integer to consume
|
||||
/// - Returns: Bool
|
||||
public func foo(
|
||||
p: Swift.Int64
|
||||
) -> Swift.Bool {
|
||||
fatalError()
|
||||
}
|
||||
Reference in New Issue
Block a user