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 c8efe69 commit 3c789c2Copy full SHA for 3c789c2
compiler/src/dotty/tools/dotc/core/TypeComparer.scala
@@ -290,7 +290,7 @@ class TypeComparer(@constructorOnly initctx: Context) extends ConstraintHandling
290
* See pos/i17064.scala for a test case
291
*/
292
def hasPrecisePrefix(tp: NamedType) =
293
- tp.prefix.isStable || tp.prefix == NoPrefix
+ tp.prefix.isStable
294
295
info2 match
296
case info2: TypeAlias =>
0 commit comments