Parameter name completion: added more tests for ordering
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
class MyFile
|
||||
class MyFileStream
|
||||
|
||||
fun foo(myFi<caret>)
|
||||
|
||||
// ORDER: myFile
|
||||
// ORDER: myFileStream
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
class FooBar
|
||||
class FaOaOa
|
||||
|
||||
fun foo(foo<caret>)
|
||||
|
||||
// ORDER: fooBar
|
||||
// ORDER: faOaOa
|
||||
Reference in New Issue
Block a user