This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b008e6c9be057f8a1bdeee960059add6435a216a
kotlin-fork
/
idea
/
testData
/
intentions
/
branched
T
History
Toshiaki Kameyama
8ba5548a0f
"Eliminate argument of 'when'": do not suggest if 'when' is used as expression and it has no 'else' branch (
#2898
)
...
#KT-35526 Fixed
2020-08-19 12:24:58 +03:00
..
doubleBangToIfThen
tests: apply official code style
2020-05-07 12:36:44 +00:00
elvisToIfThen
Elvis -> if intention: don't produce boilerplate code for return/break/continue/throw in RHS
2019-05-20 11:15:41 +03:00
folding
/ifToReturnAsymmetrically
…
ifWhen
tests: apply official code style
2020-05-07 12:36:44 +00:00
safeAccessToIfThen
Remove redundant let in "Safe access to if-then" #KT-13515 Fixed
2018-08-14 14:11:15 +03:00
unfolding
Replace return with 'if'/'when': don't drop return label
2019-03-18 09:46:10 +03:00
when
"Eliminate argument of 'when'": do not suggest if 'when' is used as expression and it has no 'else' branch (
#2898
)
2020-08-19 12:24:58 +03:00