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 230edd1 commit cbaac3fCopy full SHA for cbaac3f
tests/pos/i11968.scala
@@ -6,5 +6,5 @@ def g = {
6
val s: String | Null = ???
7
val l = s.length // ok
8
val c: C | Null = ???
9
- c.get() // error: value get is not a member of C | Null
10
-}
+ c.get()
+}
0 commit comments