The following cod eraises an illegal argument exception:
```
@startuml
skinparam groupInheritance 2
package P {
interface Foo
class Bar implements Foo
class Baz implements Foo
remove Bar
}
@enduml
```
Commenting the line `skinparam groupInheritance 2` works as expected, but of course, inheritance arrows aren't grouped anymore.