Elvis / if / when now infer error type in case of ErrorType + Nothing #KT-6665 Fixed

(cherry picked from commit 9a50a0b)
This commit is contained in:
Mikhail Glukhikh
2016-06-16 17:45:17 +03:00
committed by Mikhail Glukhikh
parent 49fb9ff424
commit 5ccbf47531
8 changed files with 92 additions and 14 deletions
@@ -7,6 +7,6 @@ public val bbbb: (() -> kotlin.Boolean)?
public val n: kotlin.Nothing
public val v: () -> kotlin.Boolean
public val w: () -> kotlin.Boolean
public val ww: kotlin.Nothing
public val ww: ???
public fun f(/*0*/ x: kotlin.Long?): kotlin.Long
public fun l(): (() -> kotlin.Boolean)?