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-11 00:21:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fa62d3bcec044253c4cd7be146be03e87e9483f2
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
…
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
…