8 lines
79 B
Kotlin
8 lines
79 B
Kotlin
class Foo
|
|
|
|
fun foo(p : Any){
|
|
var a : Foo? = <caret>
|
|
}
|
|
|
|
// EXIST: Foo@Foo()
|