We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3062c commit 002f4b2Copy full SHA for 002f4b2
compiler/src/dotty/tools/dotc/core/TypeErasure.scala
@@ -215,7 +215,7 @@ object TypeErasure {
215
}
216
217
/** Is `tp` an abstract type or polymorphic type parameter that has `Any`, `AnyVal`,
218
- * or a universal trait as upper bound and that.is(not) Java defined? Arrays of such types are
+ * or a universal trait as upper bound and that is not Java defined? Arrays of such types are
219
* erased to `Object` instead of `Object[]`.
220
*/
221
def isUnboundedGeneric(tp: Type)(implicit ctx: Context): Boolean = tp.dealias match {
0 commit comments