summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/scalac/symtab/Type.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/scalac/symtab/Type.java b/sources/scalac/symtab/Type.java
index ae0f830304..bce1cb8ea4 100644
--- a/sources/scalac/symtab/Type.java
+++ b/sources/scalac/symtab/Type.java
@@ -1266,7 +1266,6 @@ public class Type implements Modifiers, Kinds, TypeTags {
constr.lobounds = new List(this, constr.lobounds);
return true;
}
- break;
default:
throw new ApplicationError(this + " <: " + that);