We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ea27e commit 14a22e7Copy full SHA for 14a22e7
corpus/expressions.txt
@@ -432,8 +432,10 @@ class C {
432
val c = new D(e, f)
433
val e = new E:
434
def app = 1
435
- val f = new F {}
436
- val g = new {
+ val f = new:
+ def app = 1
437
+ val g = new G {}
438
+ val i = new {
439
"ok"
440
}
441
new Array: Array
@@ -460,6 +462,10 @@ class C {
460
462
(identifier)
461
463
(instance_expression (type_identifier) (template_body
464
(function_definition (identifier) (integer_literal)))))
465
+ (val_definition
466
+ (identifier)
467
+ (instance_expression (template_body
468
+ (function_definition (identifier) (integer_literal)))))
469
(val_definition
470
471
(instance_expression (type_identifier) (template_body)))
0 commit comments