Y

object Y
class Object
trait Matchable
class Any
Y.type

Type members

Types

type YY

SNIPPET(OUTERLINEOFFSET:39,OUTERCOLUMNOFFSET:10,INNERLINEOFFSET:7,INNERCOLUMNOFFSET:6) ERROR(LINE:39,COLUMN:12)

SNIPPET(OUTERLINEOFFSET:39,OUTERCOLUMNOFFSET:10,INNERLINEOFFSET:7,INNERCOLUMNOFFSET:6) ERROR(LINE:39,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.Y.type =>
      2 + List()
    }
  }
}
Source:
snippetTestcase2.scala