tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
fun test() {
|
||||
foo@ while (true) {
|
||||
while (true) {
|
||||
<caret> break@foo
|
||||
break@<caret>foo
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user