Analysis API: improve rendering of constant values

This commit is contained in:
Ilya Kirillov
2021-11-24 12:56:54 +01:00
parent e608f8d8dc
commit 7919dae558
7 changed files with 53 additions and 61 deletions
@@ -1,3 +1,3 @@
expression: 3.14f
constant: 3.14
constant: 3.14f
constantValueKind: Float
@@ -1,3 +1,3 @@
expression: 42u
constant: 42
constant: 42u
constantValueKind: UInt