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 32eb4ac commit fdb718fCopy full SHA for fdb718f
compiler/test/dotty/tools/repl/ReplCompilerTests.scala
@@ -132,7 +132,7 @@ class ReplCompilerTests extends ReplTest {
132
fromInitialState { implicit state => run("delegate for Int = 10") }
133
.andThen { implicit state =>
134
assertEquals(
135
- "def Int_instance: Int",
+ "def Int_given: Int",
136
storedOutput().trim
137
)
138
run("implicitly[Int]")
0 commit comments