Files
langkit/testsuite/tests/ada_api/generic_api/example2.txt
Pierre-Marie de Rodat 84f0666890 Rework how token equivalence works
For tokens matched by literals only (like keywords), only compare the
kind. For `@symbol` tokens (generally matched by patterns), also compare
the symbol. For all the other tokens, keep comparing the actual token
text.
2025-07-03 12:49:02 +00:00

6 lines
60 B
Plaintext

var c := 2;
var x := 0;
var y := 0;
var z := 0;
var a := 0;