Skip to content

Commit 1e72282

Browse files
committed
Delay roll-out of new prioritization scheme:
Now: 3.5: old scheme but warn if there are changes in the future 3.6-migration: new scheme, warn if prioritization has changed 3.6: new scheme, no warning
1 parent 887fbc4 commit 1e72282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Applications.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ trait Applications extends Compatibility {
18801880
val tp1p = prepare(tp1)
18811881
val tp2p = prepare(tp2)
18821882

1883-
if Feature.sourceVersion.isAtMost(SourceVersion.`3.4`)
1883+
if Feature.sourceVersion.isAtMost(SourceVersion.`3.5`)
18841884
|| oldResolution
18851885
|| !alt1isGiven && !alt2isGiven
18861886
then

0 commit comments

Comments
 (0)