[VISUALIZER] Forbid to render unary minus for integer literals

This commit is contained in:
Ivan Kylchik
2021-02-20 16:14:51 +03:00
committed by TeamCityServer
parent 685f599c82
commit dd8a7010f0
3 changed files with 15 additions and 4 deletions
@@ -23,10 +23,9 @@ fun main() {
val a = Vector(1, 2)
// Vector
// │ constructor Vector(Int, Int)
// │ │ fun (Int).unaryMinus(): Int
// │ │ Int
// │ │ Int
// │ │ ││ │
// │ │ Int
// │ │ Int
// │ │
val b = Vector(-1, 10)
// fun io/println(Any?): Unit