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
94de1939936712991fc24653d39db23522745dea
kotlin-fork
/
idea
/
testData
/
inspectionsLocal
/
useExpressionBody
T
History
Dmitry Gridin
11a3482970
tests: apply official code style
...
#KT-38632 Fixed
2020-05-07 12:36:44 +00:00
..
convertToExpressionBody
tests: apply official code style
2020-05-07 12:36:44 +00:00
.inspection
Introduce "use expression body" inspection #KT-16063 Fixed
2017-07-07 18:15:06 +03:00
if.kt
…
if.kt.after
tests: apply official code style
2020-05-07 12:36:44 +00:00
leftBrace.kt
Extend range of "use expression body" to left brace..end of return
2017-12-28 20:31:41 +03:00
leftBrace.kt.after
Extend range of "use expression body" to left brace..end of return
2017-12-28 20:31:41 +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
tests: apply official code style
2020-05-07 12:36:44 +00:00
when.kt
…
when.kt.after
Style: do not highlight single
return when
as "Use expresison body"
2017-11-18 12:34:58 +03:00
whenWithEarlyReturn.kt
…