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