[VISUALIZER] Replace rendering of class with no name to anonymous
This commit is contained in:
committed by
TeamCityServer
parent
ca424a94ef
commit
813e48ffb4
+1
-1
@@ -1,6 +1,6 @@
|
||||
// FIR_IGNORE
|
||||
fun test() {
|
||||
// test.<no name provided>
|
||||
// <anonymous>
|
||||
// │
|
||||
val x = object {}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ fun withLocals(p: Int): Int {
|
||||
// │ fun (Any).hashCode(): Int
|
||||
// │ │
|
||||
fun foo() = hashCode()
|
||||
// fun (withLocals.<no name provided>).foo(): Int
|
||||
// fun (<anonymous>).foo(): Int
|
||||
// │
|
||||
}).foo()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user