summaryrefslogtreecommitdiff
path: root/tests/scanner/annotationparser/gi/annotation_constructor.xml
blob: 4bf3b038c44762c55df4c835605fe134f8143b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>

<tests>

<test>
  <commentblock>/**
 * regress_constructor: (constructor)
 */</commentblock>
  <docblock>
    <identifier>
      <name>regress_constructor</name>
      <annotations>
        <annotation>
          <name>constructor</name>
        </annotation>
      </annotations>
    </identifier>
  </docblock>
</test>

</tests>