Skip to content

Commit 6cafde9

Browse files
DarkDimiusOlivierBlanvillain
authored andcommitted
Add back lost tests from scala#444
Where did they disappear to?
1 parent 9736a5b commit 6cafde9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tests/pos/vcblock.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class Position(val foo: Int) extends AnyVal {
2+
def thing(): Position = {
3+
val y = new Position(1)
4+
y
5+
}
6+
}

tests/pos/vcif.scala

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class Position(val foo: Int) extends AnyVal {
2+
def thing(): Position = {
3+
val y = new Position(1)
4+
y
5+
}
6+
}

0 commit comments

Comments
 (0)