[KT-63275] Prepare SirAsSwiftSourcesPrinter for non-empty bodies
This commit is contained in:
committed by
Space Team
parent
30550a6da1
commit
d54877be87
@@ -1,4 +1,6 @@
|
||||
public func foo(
|
||||
arg1: Swift.Int32,
|
||||
arg2: Swift.Double
|
||||
) -> Swift.Bool { fatalError() }
|
||||
) -> Swift.Bool {
|
||||
fatalError()
|
||||
}
|
||||
Reference in New Issue
Block a user