summaryrefslogblamecommitdiff
path: root/test/files/neg/name-lookup-stable.check
blob: 68d98c4162812f24d2561c3ff8c7bbf3fda38dcc (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                                                 

                
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 ambiguous in 2.10.3
    ^
two errors found