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
defgetSuperClass(index: Int):Symbol=if (index ==0) AnyClasselse getClassSymbol(index)// the only classfile that is allowed to have `0` in the super_class is java/lang/Object (see jvm spec)
if (isAnnotation) AnnotationClass.tpe ::ClassfileAnnotationClass.tpe :: ifaces
758
+
elseif (jclazz.isInterface) ObjectTpe:: ifaces // interfaces have Object as superclass in the classfile (see jvm spec), but getGenericSuperclass seems to return null
0 commit comments