Render anonymous objects in Show Expression Type
#KT-17304 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun baz() = run {
|
||||
val a = object {}
|
||||
<caret>a // empty box
|
||||
}
|
||||
|
||||
// TYPE: a -> <html><anonymous object></html>
|
||||
Reference in New Issue
Block a user