KT-8574 'Convert to block body' inserts spurious < token
#KT-8574 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun f(): Any {
|
||||
return object { }
|
||||
}
|
||||
Reference in New Issue
Block a user
#KT-8574 Fixed
@@ -0,0 +1,3 @@
|
||||
fun f(): Any {
|
||||
return object { }
|
||||
}
|
||||