repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: be explicit about dependence on oid-array.h
[alt-git.git]
/
t
/
t4018
/
java-class-member-function
blob
3b95f68b3b0c8252f083e549332244175ece6d0a
1
public class Beer
2
{
3
int special;
4
public static void main(String RIGHT[])
5
{
6
someMethodCall();
7
someOtherMethod("17")
8
.doThat();
9
// Whatever
10
System.out.print("ChangeMe");
11
}
12
}