6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
abstract class Foo
|
|
|
|
var a : Foo = object: Foo() {<caret>}
|
|
|
|
//ELEMENT: object
|