Fixed NameSuggester tests
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
class A() {}
|
||||
|
||||
fun <T> array(vararg t : T) : Array<T> = t as Array<T>
|
||||
|
||||
fun a() {
|
||||
<selection>Array(2) {A()}</selection>
|
||||
<selection>array(A(), A())</selection>
|
||||
}
|
||||
/*
|
||||
array
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
fun <T> array(vararg t : T) : Array<T> = t as Array<T>
|
||||
|
||||
fun a() {
|
||||
<selection>Array(2) {"text"}</selection>
|
||||
<selection>array("a", "b")</selection>
|
||||
}
|
||||
/*
|
||||
array
|
||||
|
||||
Reference in New Issue
Block a user