Indent for ?. calls (KT-3913)
#KT-3913 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun test() {
|
||||
some.test()?.<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user
#KT-3913 Fixed
@@ -0,0 +1,3 @@
|
||||
fun test() {
|
||||
some.test()?.<caret>
|
||||
}
|
||||