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
40c4022c985c8a4efd49c53ca65dac7f44f80098
kotlin-fork
/
idea
/
testData
/
quickfix
/
when
T
History
Valentin Kipyatkov
d01ff28212
Quickfix and intention tests refactoring: refer to intention action by class when checking that it's not available (instead of listing all available actions)
2014-01-23 18:46:27 +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
Quickfix and intention tests refactoring: refer to intention action by class when checking that it's not available (instead of listing all available actions)
2014-01-23 18:46:27 +04:00