Skip to content

Commit d1754fa

Browse files
authored
Merge pull request #2388 from dotty-staging/fix-build
Fix build failure
2 parents 8052e9a + 37e30bf commit d1754fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/neg/i2292.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
package + // error
1+
package foo+ // error
22

33
class Foo

tests/pos/i2292.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package +
2+
3+
class Foo

0 commit comments

Comments
 (0)