Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
webcommon
/
javascript2.lexer
/
test
/
unit
/
data
/
testfiles
/
privateClassMembers.js
blob: f1988e03fe3d5a71ceaeb660139514a26e20d6d4 [
file
] [
log
] [
blame
]
class
Menu
{
normalField
=
"Ugga"
;
normalFunction
()
{
}
#
privateField
=
"Ugga"
;
#
privateFunction
()
{
return
'Welt'
;
}
}