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
53,915
Commits
1
Branch
0
Tags
a8e2893494de0315306a618e6a5dff32cb0873f5
Commit Graph
3 Commits
Author
SHA1
Message
Date
Dmitriy Novozhilov
42b333f6fd
Update some testdata according to new inference behaviour
2019-01-24 10:53:58 +03:00
Dmitry Petrov
758548603e
Extra tests for when with val in subject
2018-06-20 14:06:34 +03:00
Dmitry Petrov
5f0c9490bb
Add test for smart cast on a value bound to when subject variable
...
E.g.: when (val y = x?.foo()) { null -> ... else -> ... // 'x' is also non-null here }
2018-06-20 14:06:34 +03:00