diff --git a/test-versioned-also.p6 b/test-versioned-also.p6 new file mode 100644 index 0000000..2d4e1b4 --- /dev/null +++ b/test-versioned-also.p6 @@ -0,0 +1,4 @@ +class Versioned:ver<0.0.1>:auth:api<0> { } +say Versioned.^ver; # OUTPUT: «0.0.1␤» +say Versioned.^auth: # OUTPUT: «github:Kaiepi␤» +say Versioned.^api: # OUTPUT: «0␤»