You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tlang/source/tlang/testing/collide_container_non_module.t

15 lines
147 B
Raku

module y;
class a
{
class b
{
class c
{
class c
{
}
}
}
}