- 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:
parent
16bbff22b3
commit
8abdc4c874
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
// $Id$
|
||||
|
||||
abstract class C {
|
||||
def this(x: Unit) = { this() }
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
// $Id$
|
||||
|
||||
abstract class C {
|
||||
def this(x: Unit) = { this() }
|
||||
}
|
Loading…
Reference in New Issue