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