xref: /php-src/ext/opcache/tests/preload_ind2.inc (revision 9fd8e00f)
1<?php
2
3trait T {
4    public X|Y $prop;
5}
6
7class C {
8    use T;
9}
10