Smart completion: changed test data to use Any instead of Object
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Foo
|
||||
|
||||
fun foo(p : Object){
|
||||
fun foo(p : Any){
|
||||
var a : Foo? = <caret>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user