Data flow values: more accurate handling of postfix ++ and --

This commit is contained in:
Mikhail Glukhikh
2016-07-25 10:49:49 +03:00
parent 7c66f632ca
commit c7af3f7865
4 changed files with 39 additions and 5 deletions
@@ -0,0 +1,5 @@
package
public fun bar(/*0*/ arg: kotlin.Long?): kotlin.Long
public fun foo(/*0*/ arg: kotlin.Int?): kotlin.Int
public operator fun kotlin.Long?.inc(): kotlin.Long?