Fix unboxing values of inline class type from type parameters

This commit is contained in:
Mikhail Zarechenskiy
2018-02-19 19:43:55 +03:00
parent 99cea07bf4
commit 530dd01ca6
9 changed files with 88 additions and 1 deletions
@@ -0,0 +1,5 @@
package
public fun bar(/*0*/ i: kotlin.Int): kotlin.Unit
public fun foo(): kotlin.Int
public fun test(): kotlin.Unit