JoinLines: add tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
fun a() {
|
||||
b(1, 3,<caret> 2424,
|
||||
awdawd,)
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun a() {
|
||||
b(1, 3, 2424,<caret> awdawd,)
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
fun a() {
|
||||
<caret>g[1, 2, 3,/**/
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun a() {
|
||||
g[1, 2, 3,/**/<caret>]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<caret>@Anno([1, 2, 3,
|
||||
])
|
||||
class A
|
||||
@@ -0,0 +1,2 @@
|
||||
@Anno([1, 2, 3,<caret> ])
|
||||
class A
|
||||
@@ -0,0 +1,4 @@
|
||||
fun a() {
|
||||
b<<caret>Int,
|
||||
>()
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fun a() {
|
||||
b<Int,<caret> >()
|
||||
}
|
||||
Reference in New Issue
Block a user