Render anonymous objects in Show Expression Type

#KT-17304 Fixed
This commit is contained in:
Dmitry Jemerov
2017-05-08 18:09:48 +02:00
parent 06a1d362d1
commit 66ce2a6998
3 changed files with 23 additions and 1 deletions
@@ -0,0 +1,6 @@
fun baz() = run {
val a = object {}
<caret>a // empty box
}
// TYPE: a -> <html>&lt;anonymous object&gt;</html>