summaryrefslogblamecommitdiff
path: root/test/files/neg/t3714-neg.check
blob: 4f297169686ffa8fb231b4be1f96db45e0832c44 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                                         
                                                      
                                           


                                        
                                                                                         
                                                      
                                           



                                        
t3714-neg.scala:17: error: value break in class BreakImpl cannot be accessed in BreakImpl
 Access to protected value break not permitted because
 enclosing object Test is not a subclass of
 class BreakImpl where target is defined
    case b: BreakImpl => b.break
                           ^
t3714-neg.scala:25: error: value break in class BreakImpl cannot be accessed in BreakImpl
 Access to protected value break not permitted because
 enclosing object Test is not a subclass of
 class BreakImpl where target is defined
    case b: BreakImpl => b.break
                           ^
two errors found