[VISUALIZER] Change rendering of equals call

This commit is contained in:
Ivan Kylchik
2021-02-20 16:34:43 +03:00
committed by TeamCityServer
parent dd8a7010f0
commit 59416f447e
11 changed files with 22 additions and 18 deletions
@@ -18,7 +18,7 @@ fun foo(limit: Int) {
// │ │
println(k)
// var foo.k: Int
// │ fun (Any).equals(Any?): Boolean
// │ EQ operator call
// │ │ Int
// │ │ │
while (k == 13) {