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 e18c601 commit b921b7bCopy full SHA for b921b7b
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