[VISUALIZER] Replace rendering of class with no name to anonymous

This commit is contained in:
Ivan Kylchik
2021-02-19 16:31:56 +03:00
committed by TeamCityServer
parent ca424a94ef
commit 813e48ffb4
4 changed files with 6 additions and 4 deletions
@@ -1,6 +1,6 @@
// FIR_IGNORE
fun test() {
// test.<no name provided>
// <anonymous>
// │
val x = object {}
}