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-18 00:21:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5f64d6ec765708c76207e0045ed9c115db2f6ae4
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
History
Mikhail Glukhikh
2fd752f8f6
IR interpreter: fix calculation of constant Java fields
...
#KT-42117 Fixed
2020-10-02 08:57:44 +03:00
..
edgeCases.kt
…
exhaustiveWhenInitialization.kt
…
exhaustiveWhenReturn.kt
…
exhaustiveWhenUnit.kt
…
exhaustiveWhenUnitStatement.kt
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +03:00
inlineConstValsInsideWhen.kt
…
integralWhenWithNoInlinedConstants.kt
IR interpreter: fix calculation of constant Java fields
2020-10-02 08:57:44 +03:00
kt18818.kt
…
lookupSwitch.kt
…
lookupSwitchWithSubjectVal.kt
KT-36047 Support when-with-subject in optimized 'when' generators
2020-03-11 18:09:17 +03:00
noBoxingInDefaultWhenWithSpecialCases.kt
[JVM_IR] Avoid some boxing when comparing boxed primitives to primitives.
2020-05-01 13:14:20 +03:00
qualifiedConstValsInsideWhen.kt
…
sealedWhenInitialization.kt
…
simpleConstValsInsideWhen.kt
…
stringSwitchWithSubjectVal.kt
KT-36047 Support when-with-subject in optimized 'when' generators
2020-03-11 18:09:17 +03:00
subjectValHasLocalVariableSlot.kt
…
subjectValInEnumWhenHasLocalVariableSlot.kt
…
subjectValInIntWhenHasLocalVariableSlot.kt
…
subjectValInStringWhenHasLocalVariableSlot.kt
…
switchOptimizationDuplicates.kt
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +03:00
tableSwitch.kt
…
tableSwitchWithSubjectVal.kt
KT-36047 Support when-with-subject in optimized 'when' generators
2020-03-11 18:09:17 +03:00
whenNull.kt
…
whenZero.kt
[JVM_IR] Use ifne and ifeq for integer zero comparisons.
2020-04-28 16:27:10 +02:00