Skip to content

Commit 99056c2

Browse files
committed
Fix scala#3956 (temporary while waiting for fix to show up on master)
1 parent 41e3353 commit 99056c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/transform/GenericSignatures.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ object GenericSignatures {
276276
case _ =>
277277
val etp = erasure(tp)
278278
if (etp eq tp) throw new UnknownSig
279-
else jsig(etp)
279+
else jsig(etp, toplevel, primitiveOK)
280280
}
281281
}
282282
val throwsArgs = sym0.annotations flatMap ThrownException.unapply

0 commit comments

Comments
 (0)