summaryrefslogtreecommitdiff
path: root/test/files/run/t6989.check
blob: 06bc3b72002c0da38701697c3c6de983c9d9d344 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
============
class JavaClass_1
isPrivate = false
isProtected = false
isPublic = false
privateWithin = package foo
============
variable x
isPrivate = true
isProtected = false
isPublic = false
privateWithin = <none>
============
variable y
isPrivate = false
isProtected = true
isPublic = false
privateWithin = package foo
============
variable z
isPrivate = false
isProtected = false
isPublic = true
privateWithin = <none>