Skip to content

Commit f0613bc

Browse files
oderskyadriaanm
authored andcommitted
Allows case classes as value classes
1 parent b7d7ce4 commit f0613bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/files/pos/t715/meredith_1.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package com.sap.dspace.model.othello;
33
import scala.xml._
44

55
trait XMLRenderer {
6-
type T <: {def getClass() : java.lang.Class[_]}
6+
type T <: Any {def getClass() : java.lang.Class[_]}
77
val valueTypes =
88
List(
99
classOf[java.lang.Boolean],

0 commit comments

Comments
 (0)