static initializer: execute it when loading the class file
authorBernhard Urban <lewurm@gmail.com>
Tue, 24 Apr 2012 15:55:55 +0000 (17:55 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 24 Apr 2012 15:55:55 +0000 (17:55 +0200)
commit2c988ece91e165480f387e66325de0b274a840eb
tree529155756ae67515ffc45136de4b0f202ad829f7
parent81ed3e94555b50cbd47a1dd64788699842dfdff0
static initializer: execute it when loading the class file

unfortunately, we have a circle dependency now, hence the file
`Mate/MethodPool.hs-boot'.
.gitignore
Makefile
Mate/ClassPool.hs
Mate/MethodPool.hs
Mate/MethodPool.hs-boot [new file with mode: 0644]
tests/Static6.java [new file with mode: 0644]
tests/Static7.java [new file with mode: 0644]
tests/Static8.java [new file with mode: 0644]