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-16 08:31:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
855bf772ca3ee8aaeca1e897c94fae6e75839862
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
…