Object literal to lambda: handle last comment correctly #KT-15670 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-01-26 16:16:23 +03:00
parent c0f5cafbd8
commit 08caf0a011
7 changed files with 63 additions and 7 deletions
@@ -0,0 +1,5 @@
// WITH_RUNTIME
val r = object: Runnable<caret> {
override fun run() = TODO("not implemented") //To change body ...
}