Class Diagram can't extends inner class.

0 votes
asked Dec 22, 2021 in Bug by caronchen (120 points)

@startuml
class ReferenceInstructionVisitor extends Instruction$Visitor {

}
@enduml

PlantUML 1.2021.16

1 Answer

0 votes
answered Jan 11, 2022 by plantuml (294,960 points)

Thanks for the report. This is fixed in last official release.

...