This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-11 15:53:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe7b7fb0bda88760abd22fe137b9ba052d8ee8a5
kotlin
/
idea
/
testData
/
codeInsight
/
surroundWith
/
ifElse
History
Kirill Rakhman
08103d1cb4
Implement "Surround with try/catch(/finally)" and "Surround with if/else" for expressions
...
Fixes #KT-14175 Fixes #KT-19782
2017-09-12 18:27:47 +03:00
..
block.kt
…
block.kt.after
…
moveDeclarationsOutVal.kt
Surround with: move declaration out from block
2013-02-21 15:30:26 +04:00
moveDeclarationsOutVal.kt.after
Surround with: move declaration out from block
2013-02-21 15:30:26 +04:00
moveDeclarationsOutVar.kt
Surround with: move declaration out from block
2013-02-21 15:30:26 +04:00
moveDeclarationsOutVar.kt.after
Surround with: move declaration out from block
2013-02-21 15:30:26 +04:00
severalStatements.kt
…
severalStatements.kt.after
…
singleStatement.kt
…
singleStatement.kt.after
…
singleStatementAtCaret.kt
…
singleStatementAtCaret.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
variable.kt
…
variable.kt.after
…