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
58058eef219050a2284b63f1da0438ac62c99d5d
kotlin-fork
/
idea
/
testData
/
intentions
/
branched
T
History
Toshiaki Kameyama
49e5f170d1
"Replace 'when' with 'if'" intention: do not suggest if 'when' subject is variable declaration
...
#KT-35528 Fixed
2019-12-24 14:37:53 +07:00
..
doubleBangToIfThen
Fix "Replace !! with if-then" inspection in receiver position
2019-04-11 18:58:05 +03: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'" intention: do not suggest if 'when' subject is variable declaration
2019-12-24 14:37:53 +07: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