Skip to content

Commit 2334158

Browse files
committed
Reenable test disabled in #1106
1 parent e8b05e2 commit 2334158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i1050c.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ object Import {
44
trait B { type L >: Any}
55
trait U {
66
lazy val p: B
7-
locally { val x: p.L = ??? } // old-error: nonfinal lazy
7+
locally { val x: p.L = ??? } // error: nonfinal lazy
88
locally {
99
import p._ // error: Import.B(U.this.p) is not a legal path
1010
val x: L = ??? // old-error: nonfinal lazy

0 commit comments

Comments
 (0)