Files
kotlin-fork/compiler/testData/diagnostics/tests/when
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
..
2016-05-16 15:38:13 +03:00
2016-05-16 15:38:13 +03:00
2016-05-16 15:38:13 +03:00
2016-05-16 15:38:13 +03:00
2016-05-16 15:38:13 +03:00
2016-05-16 15:38:13 +03:00
2016-01-22 10:41:55 +03:00
2016-01-22 10:41:55 +03:00
2016-01-22 10:41:55 +03:00
2015-12-01 10:36:40 +03:00
2015-12-01 10:36:40 +03:00
2016-05-16 15:38:13 +03:00
2017-11-29 02:54:26 +03:00