1--TEST--
2Combining never with class type
3--FILE--
4<?php
5
6function test(): T|never {}
7
8?>
9--EXPECTF--
10Fatal error: never can only be used as a standalone type in %s on line %d
11