- Added bug175

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@1665 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
paltherr 2003-10-15 13:17:20 +00:00
parent 16bbff22b3
commit 8abdc4c874
3 changed files with 11 additions and 0 deletions

View File

@ -19,6 +19,7 @@ pos/bug116.scala
pos/bug121.scala
pos/bug160.scala
pos/bug17.scala
pos/bug175.scala
pos/bug177.scala
pos/bug183.scala
pos/bug193.scala

View File

@ -0,0 +1,5 @@
// $Id$
abstract class C {
def this(x: Unit) = { this() }
}

5
test/pos/bug175.scala Normal file
View File

@ -0,0 +1,5 @@
// $Id$
abstract class C {
def this(x: Unit) = { this() }
}