[KT-63275] Implement trivial bodies in SIR functions

This commit is contained in:
Sergey Bogolepov
2024-01-12 13:38:51 +02:00
committed by Space Team
parent 5dd1d7c9c1
commit cb19e291a3
4 changed files with 41 additions and 3 deletions
@@ -0,0 +1,5 @@
public func foo(
arg1: Swift.Int32
) -> Swift.Bool {
return foo_wrapped(arg1)
}