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-08 15:53:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
59777e7df641b962ca50285b5d92f72202b2ead2
kotlin
/
compiler
/
testData
/
codegen
/
boxWithStdlib
/
when
History
Denis Zharkov
cb1e762fc4
Optimizations of When expression with int constants:
...
Added test with dense constants (tableswitch should be used)
2014-04-25 18:17:37 +04:00
..
switchOptimizationDense.kt
Optimizations of When expression with int constants:
2014-04-25 18:17:37 +04:00
switchOptimizationMultipleConditions.kt
Refactored tests for switch optimization of When expression
2014-04-25 18:17:36 +04:00
switchOptimizationSparse.kt
Refactored tests for switch optimization of When expression
2014-04-25 18:17:36 +04:00
switchOptimizationStatement.kt
Refactored tests for switch optimization of When expression
2014-04-25 18:17:36 +04:00
switchOptimizationTypes.kt
Refactored tests for switch optimization of When expression
2014-04-25 18:17:36 +04:00
switchOptimizationUnordered.kt
Refactored tests for switch optimization of When expression
2014-04-25 18:17:36 +04:00