[VISUALIZER] Forbid to render type of single underscore variable

This commit is contained in:
Ivan Kylchik
2021-02-18 02:35:31 +03:00
committed by TeamCityServer
parent 48ee4791b6
commit a497a2fa9b
2 changed files with 5 additions and 4 deletions
@@ -23,9 +23,7 @@ fun foo(some: Some) {
}
fun bar(some: Some) {
// Int
// │ Double
// │ │ String bar.some: Some
// │ │ │ │
// Int String bar.some: Some
// │ │ │
val (a, _, `_`) = some
}