[IR] Normalize temp var names in Kotlin-like dump
^KT-61983 Fixed
This commit is contained in:
committed by
Space Team
parent
6c519488a6
commit
bae8b283c7
@@ -20,7 +20,7 @@ data object DataObject {
|
||||
when {
|
||||
other !is DataObject -> return false
|
||||
}
|
||||
val tmp0_other_with_cast: DataObject = other as DataObject
|
||||
val tmp_0: DataObject = other as DataObject
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user