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
73aa36ca59c38f4cf73d09c09a95b0af763ee8fb
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
when
T
History
Steven Schäfer
929fb5c82b
Mute FIR tests containing broken function calls
2020-01-08 13:20:00 +01:00
..
enumOptimization
Minor, fix some codegen tests for language version 1.4
2019-12-30 16:30:45 +01:00
stringOptimization
[JS IR] Fix test to make them able to run with JS
2019-12-24 19:26:05 +03:00
whenSubjectVariable
Unmute recently fixed FIR black box tests
2019-11-19 11:00:10 +03:00
callProperty.kt
…
edgeCases.kt
…
emptyWhen.kt
…
exceptionOnNoMatch.kt
…
exhaustiveBoolean.kt
…
exhaustiveBreakContinue.kt
…
exhaustiveWhenInitialization.kt
…
exhaustiveWhenReturn.kt
…
implicitExhaustiveAndReturn.kt
…
integralWhenWithNoInlinedConstants.kt
Mute FIR tests containing broken function calls
2020-01-08 13:20:00 +01:00
is.kt
[FIR] FIR2IR: Populate calls with type arguments and function type
2019-11-25 09:37:47 +03:00
kt2457.kt
…
kt2466.kt
…
kt5307.kt
…
kt5448.kt
…
longInRange.kt
[FIR] Support IntegerLiteralTypes
2019-12-09 17:24:26 +03:00
matchNotNullAgainstNullable.kt
…
multipleEntries.kt
…
noElseCoerceToUnit.kt
…
noElseExhaustive.kt
…
noElseExhaustiveStatement.kt
…
noElseExhaustiveUnitExpected.kt
…
noElseInStatement.kt
…
noElseNoMatch.kt
…
nullableWhen.kt
…
range.kt
…
sealedWhenInitialization.kt
…
switchOptimizationDense.kt
…
switchOptimizationDuplicates.kt
…
switchOptimizationMultipleConditions.kt
…
switchOptimizationSingleStatementCase.kt
…
switchOptimizationSparse.kt
…
switchOptimizationStatement.kt
…
switchOptimizationTypes.kt
…
switchOptimizationUnordered.kt
…
switchOptimizationWithGap.kt
…
typeDisjunction.kt
[FIR] Add
toString()
call to expressions in string templates
2019-11-19 13:04:49 +03:00
whenArgumentIsEvaluatedOnlyOnce.kt
…
whenSafeCallSubjectEvaluatedOnce.kt
…