[VISUALIZER] Forbid to render type of single underscore variable
This commit is contained in:
committed by
TeamCityServer
parent
48ee4791b6
commit
a497a2fa9b
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user