Fix smart step into in libraries

This commit is contained in:
Natalia Ukhorskaya
2015-07-21 16:06:18 +03:00
parent b76b251489
commit 6c9da53414
4 changed files with 30 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
fun foo() {
arrayListOf(1, 2).count()<caret>
}
// EXISTS: arrayListOf(vararg Int), count()