Skip to content

Commit 94d73ce

Browse files
committed
Failures of two quote test cases seem to be benign -- updated expected output (see Typer#ensureNoLocalRefs for why).
1 parent 5c53f98 commit 94d73ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/run-with-compiler/quote-run-with-settings.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
val a: Int = 3
33
println("foo")
4-
2.+(a)
4+
2.+(a): 2.+(Int).type
55
}
66
foo
77
5

tests/run-with-compiler/quote-run.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ foo
55
{
66
val a: Int = 3
77
println("foo")
8-
2.+(a)
8+
2.+(a): 2.+(Int).type
99
}

0 commit comments

Comments
 (0)