We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e599efb + 3b4a9cc commit ffd9471Copy full SHA for ffd9471
tests/pos/i11631.scala
@@ -1,9 +1,9 @@
1
trait MyTrait:
2
def a(): String = ""
3
4
-class Nul
+class Nulll
5
6
-extension [T](x: T | Nul) inline def nnn: x.type & T = ???
+extension [T](x: T | Nulll) inline def nnn: x.type & T = ???
7
8
class MyClass:
9
var myTrait: MyTrait|Null = null
0 commit comments