[FIR] Expand typealias for correct approximation of types (particularly Int and Long)
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// FIR_IDENTICAL
|
||||
typealias Hash = Long
|
||||
|
||||
fun foo(): Hash {
|
||||
return 0
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
package
|
||||
|
||||
public fun foo(): Hash /* = kotlin.Long */
|
||||
public typealias Hash = kotlin.Long
|
||||
Reference in New Issue
Block a user