[KT-63275] Implement trivial bodies in SIR functions
This commit is contained in:
committed by
Space Team
parent
5dd1d7c9c1
commit
cb19e291a3
@@ -0,0 +1,5 @@
|
||||
public func foo(
|
||||
arg1: Swift.Int32
|
||||
) -> Swift.Bool {
|
||||
return foo_wrapped(arg1)
|
||||
}
|
||||
Reference in New Issue
Block a user