[KT-63275] Prepare SirAsSwiftSourcesPrinter for non-empty bodies

This commit is contained in:
Sergey Bogolepov
2024-01-12 13:23:21 +02:00
committed by Space Team
parent 30550a6da1
commit d54877be87
7 changed files with 62 additions and 25 deletions
@@ -1,3 +1,5 @@
public func foo(
arg1: Swift.Int32
) -> Swift.Bool { fatalError() }
) -> Swift.Bool {
fatalError()
}