0df5d5158d
#KT-38297 Fixed
10 lines
215 B
HTML
10 lines
215 B
HTML
<html>
|
|
<body>
|
|
This inspection reports function with `<b>= { ... }</b>` and inferred return type.
|
|
|
|
<pre>
|
|
fun sum(a: Int, b: Int) = { a + b } // The return type of this function is '() -> Int'.
|
|
</pre>
|
|
|
|
</body>
|
|
</html> |