Formatter, NJ2K: fix indent for comments inside function literals
#KT-4194 Fixed #KT-31881 Fixed #KT-34673 Fixed #KT-35152 Fixed
This commit is contained in:
@@ -8,7 +8,8 @@ internal class Test {
|
||||
return x.toDouble()
|
||||
}
|
||||
|
||||
fun nya(): Double { //TODO explicitlly call apply here
|
||||
fun nya(): Double {
|
||||
//TODO explicitlly call apply here
|
||||
return foo(1, FunctionalI<Int, Double> { x: Int -> this.toDouble(x) })
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user