6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
class Foo
|
|
|
|
fun foo(p : Any){
|
|
var a : Foo? = Foo()<caret>
|
|
}
|