Summary: If you try to return an expression, Soy will not compile and will throw an error.
Expected behavior: Below code should compile.
fun add(a: int, b: int) -> int {
return a + b
}
Actual behavior: It does not compile and throws an error.
Error log: https://hastebin.com/bizirehiti.txt