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
238cc7c257d5995c35c653f63ad5b9b00455c738
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
when
T
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
when: emit switch for String if possible
2019-03-20 09:13:51 +01:00
exhaustiveWhenInitialization.kt
…
exhaustiveWhenReturn.kt
Update bytecode text tests for JVM_IR
2020-02-20 14:59:29 +03:00
exhaustiveWhenUnit.kt
Copy EnumWhenLowering from Kotlin/Native
2019-05-13 19:09:07 +03:00
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
JVM_IR: Optimize null checks.
2019-01-19 09:43:43 +01:00
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