-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed warning `FUNCTION_BOOLEAN_PREFIX` on `operator fun` ### What's done: - fixed warning `FUNCTION_BOOLEAN_PREFIX` on `operator fun`. - added `hasBooleanReturnType()` and `isOperatorFun()` function checks. - added warning test. * Closes #1723
- Loading branch information
1 parent
c28f1a1
commit 9423c75
Showing
3 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters