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-08 08:31:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
850e1b11fcc683eb4f7f92ae8543c722c873759b
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
whenEnumOptimization
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
…