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 08:31:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
04012951c112b40425267a7f8aa3bb1be52c1f40
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
…
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
…
noBoxingInDefaultWhenWithSpecialCases.kt
…
qualifiedConstValsInsideWhen.kt
…
sealedWhenInitialization.kt
…
simpleConstValsInsideWhen.kt
…
stringSwitchWithSubjectVal.kt
…
subjectValHasLocalVariableSlot.kt
…
subjectValInEnumWhenHasLocalVariableSlot.kt
…
subjectValInIntWhenHasLocalVariableSlot.kt
…
subjectValInStringWhenHasLocalVariableSlot.kt
…
switchOptimizationDuplicates.kt
…
tableSwitch.kt
…
tableSwitchWithSubjectVal.kt
…
whenNull.kt
…
whenZero.kt
…