summaryrefslogblamecommitdiff
path: root/test/files/neg/t3714-neg.check
blob: 2db0655502a1ce90da6fbbadde7b63c12c739591 (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