summaryrefslogtreecommitdiff
path: root/test/files/neg/t4541b.check
blob: 2aae95f6b99a8acdf3be09df88ee9beec1e13808 (plain) (blame)
1
2
3
4
5
6
7
t4541b.scala:13: error: variable data in class SparseArray cannot be accessed in SparseArray[Int]
 Access to protected variable data not permitted because
 prefix type SparseArray[Int] does not conform to
 class SparseArray$mcI$sp where the access take place
    use(that.data.clone)
             ^
one error found