Skip to content

Commit d3e6a95

Browse files
committed
Fix rebase breakage
1 parent 21f5e67 commit d3e6a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.5`)
1883+
if Feature.sourceVersion.isAtMost(SourceVersion.`3.4`)
18841884
|| oldResolution
18851885
|| !alt1isGiven && !alt2isGiven
18861886
then

tests/run-tasty-inspector/stdlibExperimentalDefinitions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ val experimentalDefinitionInLibrary = Set(
8484
"scala.Precise",
8585
"scala.annotation.internal.WitnessNames",
8686
"scala.compiletime.package$package$.deferred",
87-
"scala.Predef$.is",
87+
"scala.runtime.stdLibPatches.Predef$.is",
8888
)
8989

9090

0 commit comments

Comments
 (0)