aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0057_auto_trait.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 16:24:30 +0100
committerAleksey Kladov <[email protected]>2018-07-31 16:24:30 +0100
commitcd814fdf8113bc801b735ed462ba142e98f1f81b (patch)
tree07d131346f583ccdbc24fb5ebe81fa69d21290e5 /tests/data/parser/inline/0057_auto_trait.txt
parent892acc5b36552995515f91d2bc14ae82f81d7b8d (diff)
trait bounds
Diffstat (limited to 'tests/data/parser/inline/0057_auto_trait.txt')
-rw-r--r--tests/data/parser/inline/0057_auto_trait.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0057_auto_trait.txt b/tests/data/parser/inline/0057_auto_trait.txt
new file mode 100644
index 000000000..9d098f10b
--- /dev/null
+++ b/tests/data/parser/inline/0057_auto_trait.txt
@@ -0,0 +1,12 @@
1FILE@[0; 16)
2 TRAIT_ITEM@[0; 16)
3 AUTO_KW@[0; 4)
4 WHITESPACE@[4; 5)
5 TRAIT_KW@[5; 10)
6 NAME@[10; 13)
7 WHITESPACE@[10; 11)
8 IDENT@[11; 12) "T"
9 WHITESPACE@[12; 13)
10 L_CURLY@[13; 14)
11 R_CURLY@[14; 15)
12 WHITESPACE@[15; 16)