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 00:21:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c666b60ca3f31b2d760248e574472fdd0bb72634
kotlin
/
compiler
/
testData
/
codegen
/
box
/
when
/
enumOptimization
History
Mikhael Bogdanov
1b2145af22
Fix test data
2018-10-25 09:12:26 +02:00
..
bigEnum.kt
…
differentEnumClasses2.kt
Turn off incorrect switch-optimization for when by enums
2018-09-12 09:49:25 +03:00
differentEnumClasses.kt
Turn off incorrect switch-optimization for when by enums
2018-09-12 09:49:25 +03:00
duplicatingItems.kt
…
enumInsideClassObject.kt
…
expression.kt
…
functionLiteralInTopLevel.kt
…
kt14597_full.kt
Fix test data
2018-10-25 09:12:26 +02:00
kt14597.kt
Fix test data
2018-10-25 09:12:26 +02:00
kt14802.kt
[JS IR BE] Support enumValues<T>() and enumValueOf<T>(name)
2018-10-10 19:35:17 +03:00
kt15806.kt
…
manyWhensWithinClass.kt
…
nonConstantEnum.kt
…
nullability.kt
…
nullableEnum.kt
…
subjectAny.kt
…
withoutElse.kt
…