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 00:21:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f3b2193afd0944bfeb875a9432ef32157fca5a28
kotlin
/
compiler
/
testData
/
codegen
/
boxWithStdlib
/
whenEnumOptimization
History
Alexander Udalov
fe59dc27b3
Make 'when' on nullable enums exhaustive if 'null' entry is present
...
#KT-2902 Fixed
2014-10-21 00:16:06 +04:00
..
bigEnum.kt
…
duplicatingItems.kt
…
enumInsideClassObject.kt
…
expression.kt
…
functionLiteralInTopLevel.kt
…
manyWhensWithinClass.kt
…
nonConstantEnum.kt
…
nullability.kt
When2Switch: generate ifnonnull check for nullable values before *switch-opcode
2014-07-21 17:13:56 +04:00
nullableEnum.kt
Make 'when' on nullable enums exhaustive if 'null' entry is present
2014-10-21 00:16:06 +04:00
subjectAny.kt
…
withoutElse.kt
…