File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
compiler/src/dotty/tools/backend/jvm Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -828,15 +828,6 @@ trait BCodeHelpers extends BCodeIdiomatic with BytecodeWriters {
828
828
ctx.debuglog(s " typeKind of annotated type $a" )
829
829
typeToTypeKind(t)(ct)(storage)
830
830
831
- /* ExistentialType should (probably) be eliminated by erasure. We know they get here for
832
- * classOf constants:
833
- * class C[T]
834
- * class T { final val k = classOf[C[_]] }
835
- */
836
- /* case e @ ExistentialType(_, t) =>
837
- debuglog(s"typeKind of existential type $e")
838
- t.toTypeKind(ctx)(storage)*/
839
-
840
831
/* The cases below should probably never occur. They are kept for now to avoid introducing
841
832
* new compiler crashes, but we added a warning. The compiler / library bootstrap and the
842
833
* test suite don't produce any warning.
You can’t perform that action at this time.
0 commit comments