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
b77133bd59c715701b4e6448162524ffdee753f2
kotlin-fork
/
translator
/
testFiles
/
patternMatching
/
cases
T
History
Pavel Talanov
cd638cb954
Fixed a bug where you could not reference an object from a function literal defined inside a method.
...
Also removed when conditional call code.
2011-11-28 17:40:39 +04:00
..
matchNullableType.kt
Added support for nullable types in is check.
2011-11-23 16:59:46 +04:00
multipleCases.kt
Added support for multiple cases in one when entry.
2011-11-18 12:38:06 +04:00
whenExecutesOnlyOnce.kt
Fixed a bug where multiple when entries could execute in one statement.
2011-11-17 18:05:47 +04:00
whenNotType.kt
Supported another case of when expression.
2011-11-17 17:40:54 +04:00
whenNotValue.kt
Added tests and support for binary with type RHS expressions.
2011-11-17 20:19:34 +04:00
whenType.kt
Added support for simple case of when expression.
2011-11-17 17:40:53 +04:00
whenValue.kt
Supported variable is value pattern matching.
2011-11-17 18:39:40 +04:00
whenValueOrType.kt
Added tests and support for binary with type RHS expressions.
2011-11-17 20:19:34 +04:00