Files
kotlin-fork/native/swift/sir-printer/testData/commented_function.golden.swift
T
Artem Olkov b317a88536 add Initial support for comments in SIR #KT-65174 Fixed
Merge-request: KT-MR-14007
Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
2024-01-29 14:22:42 +00:00

11 lines
178 B
Swift
Vendored

/// Function foo description.
/// - Parameters:
/// - p: first Integer to consume
/// - Returns: Bool
public func foo(
p: Swift.Int64
) -> Swift.Bool {
fatalError()
}