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
7e528da00a4b4fdbf0fcf6625cfbd561f536fa02
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
CompileTimeConstantUtils: use getConstant instead of evaluate
2015-07-21 20:52:43 +03:00
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
Test for obsolete kt5307
2014-09-24 17:12:27 +04:00
longInRange.kt
Fix tests: "infix modifier required" and "operator modifier required" errors
2015-11-27 15:51:11 +03:00
matchNotNullAgainstNullable.kt
…
noElseExhaustive.kt
Deprecated enum syntax removed: most compiler tests
2015-08-10 16:24:12 +03:00
noElseExhaustiveStatement.kt
Deprecated enum syntax removed: most compiler tests
2015-08-10 16:24:12 +03:00
noElseExhaustiveUnitExpected.kt
Deprecated enum syntax removed: most compiler tests
2015-08-10 16:24:12 +03: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
…
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
…