You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package name can't start with a number - Java package naming limitation, e.g. package com.generator.design.classDiagrams.1SimpleIndependentClasses; is invalid name
multi-inheritance is not allowed (Java limitation, TypeSript can be implemented through mixins)
The text was updated successfully, but these errors were encountered:
package com.generator.design.classDiagrams.1SimpleIndependentClasses;
is invalid nameThe text was updated successfully, but these errors were encountered: