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-12 15:53:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cdceaec79f2783f139d427241dc68d5ccdfb83f5
kotlin
/
compiler
/
testData
/
codegen
/
box
/
when
History
Andrey Breslav
ea2b6e4546
Do not throw an exception when a when-statement with no else makes no match
2013-10-21 19:29:01 +04:00
..
callProperty.kt
…
is.kt
…
kt2457.kt
…
kt2466.kt
…
longInRange.kt
…
matchNotNullAgainstNullable.kt
…
noElseAssigned.kt
…
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
…
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
…
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
…