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
5decf65d6aecd71dfc3c682a86d67569d1e0dde4
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
T
History
Dmitry Petrov
d559212d70
Optimize out trivial INSTANCEOF checks
...
#KT-18157 Fixed Target versions 1.1.4
2017-05-31 16:48:14 +03:00
..
exhaustiveWhenInitialization.kt
…
exhaustiveWhenReturn.kt
…
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
Optimize out trivial INSTANCEOF checks
2017-05-31 16:48:14 +03:00
simpleConstValsInsideWhen.kt
Optimize const vals by inlining them at use sites
2016-12-05 22:11:33 +03:00