Sign in
code
/
git
/
06f63df8463a2c3e862bd99fe6eb5cec3ec28da2
/
.
/
t
/
t4018
/
java-class-member-function
blob: 3b95f68b3b0c8252f083e549332244175ece6d0a [
file
]
public
class
Beer
{
int
special
;
public
static
void
main
(
String
RIGHT
[])
{
someMethodCall
();
someOtherMethod
(
"17"
)
.
doThat
();
// Whatever
System
.
out
.
print
(
"ChangeMe"
);
}
}