[VISUALIZER] Forbid to render unary minus for integer literals
This commit is contained in:
committed by
TeamCityServer
parent
685f599c82
commit
dd8a7010f0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user