tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(a: String?) {
|
||||
val b = a // comment1
|
||||
// comment2
|
||||
?.length
|
||||
// comment2
|
||||
?.length
|
||||
}
|
||||
@@ -2,5 +2,5 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(a: String?) {
|
||||
val b = a
|
||||
?.length
|
||||
?.length
|
||||
}
|
||||
Reference in New Issue
Block a user