Skip to content

Commit cbaac3f

Browse files
authored
Update tests/pos/i11968.scala
1 parent 230edd1 commit cbaac3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pos/i11968.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ def g = {
66
val s: String | Null = ???
77
val l = s.length // ok
88
val c: C | Null = ???
9-
c.get() // error: value get is not a member of C | Null
10-
}
9+
c.get()
10+
}

0 commit comments

Comments
 (0)