Skip to content

Commit ffd9471

Browse files
authored
Merge pull request #13607 from dotty-staging/fix-11631-b
Fix i11631.scala: rename Nul to Nulll
2 parents e599efb + 3b4a9cc commit ffd9471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/pos/i11631.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
trait MyTrait:
22
def a(): String = ""
33

4-
class Nul
4+
class Nulll
55

6-
extension [T](x: T | Nul) inline def nnn: x.type & T = ???
6+
extension [T](x: T | Nulll) inline def nnn: x.type & T = ???
77

88
class MyClass:
99
var myTrait: MyTrait|Null = null

0 commit comments

Comments
 (0)