KT-8574 'Convert to block body' inserts spurious < token

#KT-8574 Fixed
This commit is contained in:
Valentin Kipyatkov
2015-07-24 21:21:52 +03:00
parent e09fadae51
commit 977bf593e0
11 changed files with 88 additions and 5 deletions
@@ -0,0 +1,3 @@
interface I
fun f() = <caret>object : I { }