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
a2a30436074f61b4b48396d4b4e9618bc643f882
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
whenEnumOptimization
T
History
Mikhael Bogdanov
df8394bcd2
Fix for KT-14597: "When" over smartcasted enum is broken and breaks all other "when"
...
#KT-14597 Fixed
2017-01-24 15:17:47 +01:00
..
bigEnum.kt
…
duplicatingItems.kt
…
expression.kt
…
functionLiteralInTopLevel.kt
…
importedEnumEntry.kt
Fix for KT-11964: No TABLESWITCH in when on enum bytecode if enum constant is imported
2016-06-29 09:32:45 +03:00
kt14597_full.kt
Fix for KT-14597: "When" over smartcasted enum is broken and breaks all other "when"
2017-01-24 15:17:47 +01:00
kt14802.kt
Fix for KT-14597: "When" over smartcasted enum is broken and breaks all other "when"
2017-01-24 15:17:47 +01:00
kt15806.kt
Fix for KT-14597: "When" over smartcasted enum is broken and breaks all other "when"
2017-01-24 15:17:47 +01:00
manyWhensWithinClass.kt
…
nonConstantEnum.kt
…
nullability.kt
…
subjectAny.kt
…
withoutElse.kt
…