JoinLines: add tests

This commit is contained in:
Dmitry Gridin
2020-02-12 15:50:59 +07:00
parent feaa53c4f2
commit 56064f2a92
9 changed files with 46 additions and 0 deletions
@@ -0,0 +1,4 @@
fun a() {
<caret>g[1, 2, 3,/**/
]
}