-
Notifications
You must be signed in to change notification settings - Fork 850
Expand file tree
/
Copy pathMultipleAttributes02.fs.bsl
More file actions
52 lines (51 loc) · 2.33 KB
/
MultipleAttributes02.fs.bsl
File metadata and controls
52 lines (51 loc) · 2.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
ImplFile
(ParsedImplFileInput
("/root/Attribute/MultipleAttributes02.fs", false,
QualifiedNameOfFile MultipleAttributes02, [], [],
[SynModuleOrNamespace
([MultipleAttributes02], false, AnonModule,
[Attributes
([{ Attributes =
[{ TypeName = SynLongIdent ([MyAttribute], [], [None])
ArgExpr =
Paren
(App
(NonAtomic, false,
App
(NonAtomic, true,
LongIdent
(false,
SynLongIdent
([op_Equality], [],
[Some (OriginalNotation "=")]), None,
(2,18--2,19)), Ident foo, (2,14--2,19)),
Const
(String ("bar", Regular, (2,19--2,24)),
(2,19--2,24)), (2,14--2,24)), (2,13--2,14),
Some (2,24--2,25), (2,13--2,25))
Target = None
AppliesToGetterAndSetter = false
Range = (2,2--2,25) }]
Range = (2,0--2,25) }], (2,0--2,25));
Expr
(App
(Atomic, false, Ident MyAttribute,
Paren
(App
(NonAtomic, false,
App
(NonAtomic, true,
LongIdent
(false,
SynLongIdent
([op_Equality], [], [Some (OriginalNotation "=")]),
None, (3,18--3,19)), Ident foo, (3,14--3,19)),
Const
(String ("bar", Regular, (3,19--3,24)), (3,19--3,24)),
(3,14--3,24)), (3,13--3,14), Some (3,24--3,25),
(3,13--3,25)), (3,2--3,25)), (3,2--3,25))], PreXmlDocEmpty,
[], None, (2,0--3,25), { LeadingKeyword = None })], (true, true),
{ ConditionalDirectives = []
CodeComments = [] }, set []))
(3,2)-(3,13) parse error Unexpected identifier in attribute list
(3,25)-(3,27) parse error Unexpected symbol '>]' in implementation file