1<?php
2
3class Test {
4    public X $prop {
5        set(Y $prop) {}
6    }
7}
8