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