Smart completion: changed test data to use Any instead of Object

This commit is contained in:
Valentin Kipyatkov
2013-11-18 17:47:07 +04:00
parent acb5bb2b07
commit 3fe55c997f
12 changed files with 13 additions and 13 deletions
@@ -1,6 +1,6 @@
class Foo
fun foo(p : Object){
fun foo(p : Any){
var a : Foo? = <caret>
}