[FIR] Expand typealias for correct approximation of types (particularly Int and Long)

This commit is contained in:
Ivan Kochurkin
2021-09-13 17:02:23 +03:00
committed by Space
parent 3d58a70e62
commit 07edb15138
7 changed files with 36 additions and 1 deletions
@@ -0,0 +1,6 @@
// FIR_IDENTICAL
typealias Hash = Long
fun foo(): Hash {
return 0
}
@@ -0,0 +1,4 @@
package
public fun foo(): Hash /* = kotlin.Long */
public typealias Hash = kotlin.Long