Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
native
/
swift
/
sir-printer
/
testData
/
commented_function.golden.swift
blob: 389dd2a321542fc6145d5285dc1d4a336383e227 [
file
]
/// Function foo description.
/// - Parameters:
/// - p: first Integer to consume
/// - Returns: Bool
public
func foo
(
p
:
Swift
.
Int64
)
->
Swift
.
Bool
{
stub
()
}