Fix KT-10805 for 'when'.

This commit is contained in:
Dmitry Petrov
2016-01-27 17:07:03 +03:00
parent 9db3440e72
commit c5fd496cc9
4 changed files with 52 additions and 1 deletions
@@ -0,0 +1,8 @@
package
public val test1: kotlin.Nothing
public val test1a: () -> kotlin.Boolean
public val test2: kotlin.Nothing
public val test2a: () -> kotlin.Boolean
public val test3: kotlin.Nothing
public val test3a: () -> kotlin.Boolean