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 4c9d741 commit 24df635Copy full SHA for 24df635
corpus/definitions.txt
@@ -351,6 +351,30 @@ class A {
351
(identifier)
352
(type_identifier)))))
353
354
+=======================================
355
+$ in identifier names
356
357
+
358
+class $A$B$ {
359
+ val b$, c$ : Int
360
+ val d$ : String
361
+}
362
363
+---
364
365
+(compilation_unit
366
+ (class_definition
367
+ (identifier)
368
+ (template_body
369
+ (val_declaration
370
371
372
+ (type_identifier))
373
374
375
+ (type_identifier)))))
376
377
378
=======================================
379
Value declarations (Scala 3 syntax)
380
0 commit comments