Skip to content

Commit a757ef2

Browse files
committed
Clean-up the new lazy vals
1 parent bb4e009 commit a757ef2

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

bench-micro/results_isStable.json

Whitespace-only changes.

compiler/src/dotty/tools/dotc/transform/TreeChecker.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ class TreeChecker extends Phase with SymTransformer {
481481
def isAllowed(sym: Symbol): Boolean = sym.is(ConstructorProxy)
482482

483483
val symbolsNotDefined = (decls -- defined - constr.symbol).filterNot(isAllowed)
484+
484485
assert(symbolsNotDefined.isEmpty,
485486
i" $cls tree does not define members: ${symbolsNotDefined.toList}%, %\n" +
486487
i"expected: ${decls.toList}%, %\n" +
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# CI only: cannot reduce summonFrom with
2-
sip23-valueof.scala
2+
sip23-valueof.scala

compiler/test/dotc/run-test-pickling.blacklist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ i12753
4343
t6138
4444
t6138-2
4545
i12656.scala
46-
trait-static-forwarder
46+
trait-static-forwarder

compiler/test/dotc/run-test-recheck.excludes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ i5976.scala
1010
tagless.scala
1111
safeThrowsStrawman2.scala
1212
t7584.scala
13-
function-arity.scala
13+
function-arity.scala

0 commit comments

Comments
 (0)