diff --git a/appendices/migration55.xml b/appendices/migration55.xml index bbc3c71bd9..84e60953b0 100644 --- a/appendices/migration55.xml +++ b/appendices/migration55.xml @@ -399,13 +399,30 @@ String dereferencing: P - Class name resolution + Class name resolution via <link linkend="language.oop5.basic.class.class">::class</link> It is possible to use ClassName::class to get a fully - qualified name of class ClassName. See - ::class for more - details. + qualified name of class ClassName. For example: + + + + +]]> + + &example.outputs; + + + +