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
2d8a8d252b039fbe4d38b7f63bf9dfcd2f433d09
kotlin-fork
/
idea
/
testData
/
codeInsight
/
surroundWith
/
tryCatch
T
History
shiraji
06dad5f45b
Surround with try/catch should generate more Kotlin-style code (KT-5435)
...
#KT-5435 Fixed
2018-12-13 12:36:02 +03:00
..
moveDeclarationsOut.kt
Surround with: move declaration out from block
2013-02-21 15:30:26 +04:00
moveDeclarationsOut.kt.after
Surround with try/catch should generate more Kotlin-style code (KT-5435)
2018-12-13 12:36:02 +03:00
moveDeclarationsOutSingleStatement.kt
Surround with try/catch should generate more Kotlin-style code (KT-5435)
2018-12-13 12:36:02 +03:00
moveDeclarationsOutSingleStatement.kt.after
Surround with try/catch should generate more Kotlin-style code (KT-5435)
2018-12-13 12:36:02 +03:00
multiExpression.kt
Add try-catch, try-finally, try-catch-finally surrounders
2013-02-18 17:12:47 +04:00
multiExpression.kt.after
Update tests according to new formatter behavior
2017-06-14 11:40:41 +02:00
singleExpression.kt
Add try-catch, try-finally, try-catch-finally surrounders
2013-02-18 17:12:47 +04:00
singleExpression.kt.after
…
usedAsExpression.kt
Implement "Surround with try/catch(/finally)" and "Surround with if/else" for expressions
2017-09-12 18:27:47 +03:00