summaryrefslogblamecommitdiff
path: root/test/files/run/t6989.check
blob: 06bc3b72002c0da38701697c3c6de983c9d9d344 (plain) (tree)























                           
============
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>