[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 +1,3 @@
public func foo() -> Swift.Bool { fatalError() }
public func foo() -> Swift.Bool {
fatalError()
}