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 foo = Foo()
val bar = Bar()
val o : Object = Object()
val o : Any = ""
fun f(p1 : Foo, p2 : Bar, p3 : String, p4 : Foo?) {
var a : Foo