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
0d65df4d3e9445c477e4c60192c5105a32763688
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
useExpressionBody
T
History
Mikhail Glukhikh
539f8afef3
Style: do not highlight single
return when
as "Use expresison body"
2017-11-18 12:34:58 +03:00
..
convertToExpressionBody
Don't move line and /**/ comments during reformat (KT-18805)
2017-07-10 15:32:42 +03:00
.inspection
…
if.kt
…
if.kt.after
Don't move line and /**/ comments during reformat (KT-18805)
2017-07-10 15:32:42 +03:00
multiLine.kt
…
multiLine.kt.after
…
oneLine.kt
…
oneLine.kt.after
…
veryVeryLong.kt
Convert to expression body: insert new-line after = for long lines
2017-07-07 18:15:07 +03:00
veryVeryLong.kt.after
Convert to expression body: insert new-line after = for long lines
2017-07-07 18:15:07 +03:00
when.kt
Style: do not highlight single
return when
as "Use expresison body"
2017-11-18 12:34:58 +03:00
when.kt.after
Style: do not highlight single
return when
as "Use expresison body"
2017-11-18 12:34:58 +03:00
whenWithEarlyReturn.kt
…