summaryrefslogtreecommitdiff
path: root/test/files/presentation/t8941/src/Source.scala
blob: 7438cccb03d378c64c5056d33c2a4b86914cd666 (plain) (blame)
1
2
3
4
5
6
7
8
object Foo {
  implicit class MatCreator(val ctx: StringContext) extends AnyVal {
    def m(args: Any*): Unit = {
      ctx.checkLengths(args)
    }
    ???/*?*/
  }
}