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
786e59bbfa47acec3a079cd5b03f79ffc166d2e3
kotlin-fork
/
idea
/
testData
/
quickfix
/
when
T
History
svtk
8defeef050
made UNREACHABLE_CODE a warning instead of error
2013-11-22 18:57:59 +04:00
..
afterElseNotLastInWhen.kt
QuickFix for ELSE_MISPLACED_IN_WHEN.
2013-01-21 22:03:58 +04:00
afterNoElseInWhenWithBranches.kt
Existing tests updated according to "'Else' is not required in 'when' if Unit is expected"
2013-09-13 22:05:37 +02:00
afterNoElseInWhenWithoutBranches.kt
Existing tests updated according to "'Else' is not required in 'when' if Unit is expected"
2013-09-13 22:05:37 +02:00
afterTwoElseBranchesInWhen.kt
QuickFix for ELSE_MISPLACED_IN_WHEN.
2013-01-21 22:03:58 +04:00
beforeElseNotLastInWhen.kt
QuickFix for ELSE_MISPLACED_IN_WHEN.
2013-01-21 22:03:58 +04:00
beforeNoElseInWhenWithBranches.kt
Existing tests updated according to "'Else' is not required in 'when' if Unit is expected"
2013-09-13 22:05:37 +02:00
beforeNoElseInWhenWithoutBranches.kt
Existing tests updated according to "'Else' is not required in 'when' if Unit is expected"
2013-09-13 22:05:37 +02:00
beforeTwoElseBranchesInWhen.kt
made UNREACHABLE_CODE a warning instead of error
2013-11-22 18:57:59 +04:00