FIR: Do not add alias for variables with explicit type
This commit is contained in:
committed by
TeamCityServer
parent
5317cf3af1
commit
a0a57581ec
+2
-2
@@ -6,5 +6,5 @@ fun test(a: Any?) {
|
||||
b.hashCode()
|
||||
|
||||
val c: Any? = a
|
||||
c.hashCode()
|
||||
}
|
||||
c<!UNSAFE_CALL!>.<!>hashCode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user