tests/Misc./nesting.puml
2024-12-10 20:40:17 +01:00

8 lines
61 B
Plaintext

@startuml
class A {
class B {
i;
}
}
@enduml