aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i0881/A_1.scala
blob: 43ea3506f95904e299c14f9c95e19d4cacee13ad (plain) (blame)
1
2
3
4
class A
object A {
  implicit val theA: A = new A
}