Parameter name completion: added more tests for ordering

This commit is contained in:
Valentin Kipyatkov
2015-06-17 20:56:51 +03:00
parent 437478e694
commit c0126b08c3
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,7 @@
class MyFile
class MyFileStream
fun foo(myFi<caret>)
// ORDER: myFile
// ORDER: myFileStream
@@ -0,0 +1,7 @@
class FooBar
class FaOaOa
fun foo(foo<caret>)
// ORDER: fooBar
// ORDER: faOaOa