Skip to content

Commit a1933f1

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 436ea9f commit a1933f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1838,7 +1838,7 @@ trait Applications extends Compatibility {
18381838
val tp1p = prepare(tp1)
18391839
val tp2p = prepare(tp2)
18401840

1841-
if Feature.sourceVersion.isAtMost(SourceVersion.`3.4`)
1841+
if Feature.sourceVersion.isAtMost(SourceVersion.`3.5`)
18421842
|| oldResolution
18431843
|| !alt1isGiven && !alt2isGiven
18441844
then

0 commit comments

Comments
 (0)