This inspection reports function with `
= { ... }
` and inferred return type.
fun sum(a: Int, b: Int) = { a + b } // The return type of this function is '() -> Int'.