[VISUALIZER] Change rendering of equals call
This commit is contained in:
committed by
TeamCityServer
parent
dd8a7010f0
commit
59416f447e
@@ -41,7 +41,7 @@ fun foo(): Int {
|
||||
// Unit
|
||||
// │ foo.<anonymous>.it: Tuple
|
||||
// │ │ val (Tuple).x: Int
|
||||
// │ │ │ fun (Any).equals(Any?): Boolean
|
||||
// │ │ │ EQ operator call
|
||||
// │ │ │ │ Int Int
|
||||
// │ │ │ │ │ │
|
||||
if (it.x == 0) return@foo 0
|
||||
@@ -59,7 +59,7 @@ fun bar(): Int {
|
||||
// Unit
|
||||
// │ bar.<anonymous>.it: Tuple
|
||||
// │ │ val (Tuple).x: Int
|
||||
// │ │ │ fun (Any).equals(Any?): Boolean
|
||||
// │ │ │ EQ operator call
|
||||
// │ │ │ │ Int Int
|
||||
// │ │ │ │ │ │
|
||||
if (it.x == 0) return@bar 0
|
||||
|
||||
Reference in New Issue
Block a user