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