Changed format of test data for word selection test - each test's data in own directory
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
fun foo(a : Array<String>, <selection><caret>b : Int</selection>) {
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fun foo(<selection>a : Array<String>, <caret>b : Int</selection>) {
|
||||
}
|
||||
Reference in New Issue
Block a user