aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/name-lookup-stable.check
blob: 751df9505e697d2edc0c1d9647c47ad7209aa423 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
name-lookup-stable.scala:15: error: reference to PrimaryKey is ambiguous;
it is both defined in class A and imported subsequently by
import ColumnOption._
    (null: Any) match { case PrimaryKey => }
                             ^
name-lookup-stable.scala:17: error: reference to PrimaryKey is ambiguous;
it is both defined in class A and imported subsequently by
import ColumnOption._
    PrimaryKey // was already ambigious in 2.10.3
    ^
two errors found