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
@@ -939,9 +920,6 @@ class DottyBackendInterface(outputDirectory: AbstractFile, val superCallsMap: Ma
939
920
}
940
921
caseTypes.ClassInfo(_, sym, _, _, _) => primitiveOrClassToBType(sym) // We get here, for example, for genLoadModule, which invokes toTypeKind(moduleClassSymbol.info)
941
922
942
-
caset: MethodType=>// triggers for LabelDefs
943
-
t.resultType.toTypeKind(ct)(storage)
944
-
945
923
/* AnnotatedType should (probably) be eliminated by erasure. However we know it happens for
946
924
* meta-annotated annotations (@(ann @getter) val x = 0), so we don't emit a warning.
947
925
* The type in the AnnotationInfo is an AnnotatedTpe. Tested in jvm/annotations.scala.
@@ -1109,15 +1087,9 @@ class DottyBackendInterface(outputDirectory: AbstractFile, val superCallsMap: Ma
0 commit comments