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
9f786c00a7d63d9106c22f83720652cc855656ac
kotlin-fork
/
compiler
/
testData
/
codegen
/
box
/
when
T
History
Dmitry Petrov
b3f390abe5
Fix KT-10775 Empty when causes compilation exception.
...
Expression type for an empty 'when' is 'kotlin.Unit'.
2016-01-29 18:50:48 +03:00
..
callProperty.kt
…
emptyWhen.kt
Fix KT-10775 Empty when causes compilation exception.
2016-01-29 18:50:48 +03:00
exhaustiveBoolean.kt
…
exhaustiveWhenInitialization.kt
Implicit exhaustive whens now have exception in else branch #KT-8700 Fixed
2015-12-26 10:46:39 +03:00
exhaustiveWhenReturn.kt
Implicit exhaustive whens now have exception in else branch #KT-8700 Fixed
2015-12-26 10:46:39 +03:00
is.kt
…
kt2457.kt
…
kt2466.kt
…
kt5307.kt
…
longInRange.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
matchNotNullAgainstNullable.kt
…
noElseExhaustive.kt
…
noElseExhaustiveStatement.kt
…
noElseExhaustiveUnitExpected.kt
…
noElseInStatement.kt
…
noElseNoMatch.kt
…
nullableWhen.kt
…
range.kt
…
sealedWhenInitialization.kt
Implicit exhaustive whens now have exception in else branch #KT-8700 Fixed
2015-12-26 10:46:39 +03:00
typeDisjunction.kt
Data flow info: correct disjunction of a type with Nothing: Type U Nothing = Type #KT-9578 Fixed
2016-01-19 16:01:10 +03:00
whenArgumentIsEvaluatedOnlyOnce.kt
…