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
3dfbd36f152e4a43da340d399ce7829472e09222
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
History
Mark Punzalan
238cc7c257
[FIR] Enable BytecodeText tests for FIR.
...
143 out of 767 tests (18.6%) are currently failing.
2020-09-29 10:21:21 +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
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +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