This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c3a91efea3437de35dfa96e87c296332a8fd32e8
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
when
T
History
Dmitry Petrov
0104b1275f
JVM_IR KT-47398 handle @EnhancedNullability String subject as in 1.0
2021-06-23 20:11:24 +03:00
..
enumOptimization
…
stringOptimization
JVM_IR KT-47398 handle @EnhancedNullability String subject as in 1.0
2021-06-23 20:11:24 +03:00
whenSubjectVariable
…
callProperty.kt
…
edgeCases.kt
…
emptyWhen.kt
…
exceptionOnNoMatch.kt
…
exhaustiveBoolean.kt
…
exhaustiveBreakContinue.kt
…
exhaustiveWhenInitialization.kt
…
exhaustiveWhenReturn.kt
…
implicitExhaustiveAndReturn.kt
…
inferredTypeParameters.kt
FIR: improve inference of implicit type arguments in casts
2021-01-18 18:01:03 +03:00
integralWhenWithNoInlinedConstants.kt
…
is.kt
…
kt2457.kt
…
kt2466.kt
…
kt5307.kt
…
kt5448.kt
…
kt43242.kt
JVM_IR KT-43242 generate switch subject as primitive 'int'
2020-11-19 16:34:04 +03:00
kt45081.kt
Add regression tests for obsolete issues
2021-04-20 21:24:29 +02:00
kt47365.kt
JVM_IR KT-47398 handle @EnhancedNullability String subject as in 1.0
2021-06-23 20:11:24 +03:00
longInRange.kt
…
matchNotNullAgainstNullable.kt
…
multipleEntries.kt
…
noElseCoerceToUnit.kt
…
noElseExhaustive.kt
…
noElseExhaustiveStatement.kt
…
noElseExhaustiveUnitExpected.kt
…
noElseInStatement.kt
…
noElseNoMatch.kt
…
nullableWhen.kt
…
range.kt
…
sealedWhenInitialization.kt
…
switchBreakNoLabel.kt
…
switchOptimizationDense.kt
…
switchOptimizationDuplicates.kt
…
switchOptimizationMultipleConditions.kt
…
switchOptimizationMultipleMixedConditions.kt
KJS IR: Fix KT-45738 - Consider recursive checkForPrimitiveOrPattern
2021-04-29 23:52:01 +03:00
switchOptimizationSingleStatementCase.kt
…
switchOptimizationSparse.kt
…
switchOptimizationStatement.kt
…
switchOptimizationTypes.kt
…
switchOptimizationUnordered.kt
…
switchOptimizationWithGap.kt
…
typeDisjunction.kt
…
whenArgumentIsEvaluatedOnlyOnce.kt
…
whenSafeCallSubjectEvaluatedOnce.kt
…