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 08:31:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5cffb3892d22b4b5d54dc703483a3e08244c370b
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
History
Mikhail Zarechenskiy
0134b8819b
Optimize const vals by inlining them at use sites
...
#KT-11734 Fixed #KT-13570 Fixed
2016-12-05 22:11:33 +03:00
..
exhaustiveWhenInitialization.kt
Implicit exhaustive whens now have exception in else branch #KT-8700 Fixed
2015-12-26 10:46:39 +03:00
exhaustiveWhenReturn.kt
Implicit exhaustive whens now have exception in else branch #KT-8700 Fixed
2015-12-26 10:46:39 +03:00
exhaustiveWhenUnit.kt
Exhaustive when with 'Unit' result now also generates an exception in else branch #KT-12192 Fixed
2016-05-17 14:28:57 +03:00
exhaustiveWhenUnitStatement.kt
Back-end JVM: more accurate handling of when expressions with Unit result #KT-12192 Fixed
2016-05-27 18:08:15 +03:00
inlineConstValsInsideWhen.kt
Optimize const vals by inlining them at use sites
2016-12-05 22:11:33 +03:00
integralWhenWithNoInlinedConstants.kt
…
qualifiedConstValsInsideWhen.kt
Optimize const vals by inlining them at use sites
2016-12-05 22:11:33 +03:00
sealedWhenInitialization.kt
Implicit exhaustive whens now have exception in else branch #KT-8700 Fixed
2015-12-26 10:46:39 +03:00
simpleConstValsInsideWhen.kt
Optimize const vals by inlining them at use sites
2016-12-05 22:11:33 +03:00