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
9bf0211152f5d56ca02c4eb96f1cd63e511da2ab
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
when
T
History
Pavel V. Talanov
4e0d2bc23c
CompileTimeConstantUtils: use getConstant instead of evaluate
...
Hacky way to avoid passing builtins into this code
2015-07-21 20:52:43 +03:00
..
callProperty.kt
…
exhaustiveBoolean.kt
CompileTimeConstantUtils: use getConstant instead of evaluate
2015-07-21 20:52:43 +03:00
is.kt
…
kt2457.kt
…
kt2466.kt
…
kt5307.kt
Test for obsolete kt5307
2014-09-24 17:12:27 +04:00
longInRange.kt
…
matchNotNullAgainstNullable.kt
…
noElseAssigned.kt
'Else' is not required in 'when' if Unit is expected
2013-09-13 22:04:46 +02:00
noElseAssignedNoMatch.kt
Do not throw an exception when a when-statement with no else makes no match
2013-10-21 19:29:01 +04:00
noElseExhaustive.kt
Do not throw an exception when a when-statement with no else makes no match
2013-10-21 19:29:01 +04:00
noElseExhaustiveStatement.kt
Do not throw an exception when a when-statement with no else makes no match
2013-10-21 19:29:01 +04:00
noElseExhaustiveUnitExpected.kt
Do not throw an exception when a when-statement with no else makes no match
2013-10-21 19:29:01 +04:00
noElseInRetunedExpression.kt
'Else' is not required in 'when' if Unit is expected
2013-09-13 22:04:46 +02:00
noElseInRetunedExpressionNoMatch.kt
Do not throw an exception when a when-statement with no else makes no match
2013-10-21 19:29:01 +04:00
noElseInStatement.kt
'Else' is not required in 'when' if Unit is expected
2013-09-13 22:04:46 +02:00
noElseNoMatch.kt
Do not throw an exception when a when-statement with no else makes no match
2013-10-21 19:29:01 +04:00
nullableWhen.kt
…
range.kt
…
whenArgumentIsEvaluatedOnlyOnce.kt
…