zModule

trait zModule
class Object
trait Matchable
class Any

Type members

Types

type ZZ

SNIPPET(OUTERLINEOFFSET:51,OUTERCOLUMNOFFSET:10,INNERLINEOFFSET:8,INNERCOLUMNOFFSET:6) ERROR(LINE:51,COLUMN:12)

SNIPPET(OUTERLINEOFFSET:51,OUTERCOLUMNOFFSET:10,INNERLINEOFFSET:8,INNERCOLUMNOFFSET:6) ERROR(LINE:51,COLUMN:12)

package tests.snippetTestcase2
trait Snippet0[A] { self: Quotes2[A] =>
  val Quotes2 = self
  trait Snippet1 { self: Quotes2.r2.type =>
    trait Snippet2 { self: Quotes2.r2.zModule =>
      val zModule = self
      2 + List()
    }
  }
}
Source:
snippetTestcase2.scala