We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d7ce4 commit f0613bcCopy full SHA for f0613bc
test/files/pos/t715/meredith_1.scala
@@ -3,7 +3,7 @@ package com.sap.dspace.model.othello;
3
import scala.xml._
4
5
trait XMLRenderer {
6
- type T <: {def getClass() : java.lang.Class[_]}
+ type T <: Any {def getClass() : java.lang.Class[_]}
7
val valueTypes =
8
List(
9
classOf[java.lang.Boolean],
0 commit comments