Run formatter in function context for converted expression and statements

This commit is contained in:
Nikolay Krasko
2014-04-25 15:39:48 +04:00
parent f11e35f988
commit 13dce4dd11
75 changed files with 331 additions and 343 deletions
@@ -1,5 +1,5 @@
object : Runnable() {
override fun run() {
System.out.println("Run")
}
override fun run() {
System.out.println("Run")
}
}
@@ -1,5 +1,5 @@
object : Runnable() {
override fun run() {
System.out?.println("Run")
}
override fun run() {
System.out?.println("Run")
}
}