FIR: Do not add alias for variables with explicit type
This commit is contained in:
committed by
TeamCityServer
parent
5317cf3af1
commit
a0a57581ec
+1
-1
@@ -5,7 +5,7 @@ fun foo(arg: Int?) {
|
||||
}
|
||||
val y: Any? = arg
|
||||
if (y != null) {
|
||||
arg.hashCode()
|
||||
arg<!UNSAFE_CALL!>.<!>hashCode()
|
||||
}
|
||||
val yy: Any?
|
||||
yy = arg
|
||||
|
||||
Reference in New Issue
Block a user