summaryrefslogtreecommitdiff
path: root/test/files/pos/t1648.scala
blob: 6d53ce11ee7b5eec5ec826f46c1bc4ca7780766b (plain) (blame)
1
2
3
4
object Test {
  class MyClass extends scala.util.logging.Logged { }
  val x = new MyClass with scala.util.logging.ConsoleLogger
}