-
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.
WRONG_ORDER_IN_CLASS_LIKE_STRUCTURES
: fix the IOOBE (#1519)
### What's done: * `const` properties named `log` or `logger` are no longer treated as loggers. * `lateinit` properties named `log` or `logger` are no longer treated as loggers. * Arbitrary properties containing `log` or `logger` in their names (e.g.: `loginName` or `LOGIN_NAME`) are no longer treated as loggers. * A diagnostic check added. * An IOOBE is no longer thrown. * Closes #1516.
- Loading branch information
1 parent
2ae3500
commit 1756fc3
Showing
3 changed files
with
109 additions
and
4 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