FIR: Do not add alias for variables with explicit type

This commit is contained in:
Denis.Zharkov
2021-10-20 10:06:46 +03:00
committed by TeamCityServer
parent 5317cf3af1
commit a0a57581ec
29 changed files with 562 additions and 67 deletions
@@ -6,5 +6,5 @@ fun test(a: Any?) {
b.hashCode()
val c: Any? = a
c.hashCode()
}
c<!UNSAFE_CALL!>.<!>hashCode()
}