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
4e577caa99cc3fcfdbd9fcd4e0b41ce1e820a41b
kotlin-fork
/
idea
/
testData
/
intentions
/
branched
T
History
Toshiaki Kameyama
77b6881032
Replace 'when' with 'if': do not suggest if 'when' is used as expression and it has no 'else' branch
...
#KT-35329 Fixed
2020-04-15 22:47:30 +02:00
..
doubleBangToIfThen
Fix tests after disabling trailing comma
2020-02-04 21:34:53 +07: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
Convert "lift return / assignment" intentions into a single inspection
2017-07-07 18:15:14 +03:00
ifWhen
Replace 'when' with 'if': do not suggest if 'when' is used as expression and it has no 'else' branch
2020-04-15 22:47:30 +02: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
Remove MergeWhenIntention
2019-05-29 11:00:28 +07:00