Files
kotlin-fork/idea/resources/inspectionDescriptions/MoveSuspiciousCallableReferenceIntoParentheses.html
T
2017-04-27 18:21:27 +03:00

6 lines
223 B
HTML

<html>
<body>
This inspection reports a lambda expression with one callable reference because it is a common error to replace a lambda with a callable reference without changing curly braces to parentheses.
</body>
</html>