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
@@ -3,7 +3,7 @@ class Bar : Foo()
val xfoo = Foo()
val xbar = Bar()
val xo : Object = Object()
val xo : Any = ""
fun f(xp1 : Foo, xp2 : Bar, xp3 : String, p4 : Foo) {
var a : Foo