As static blocks is compiled as a method without returntype, previous isConstructor...
authorjzhou <jzhou>
Fri, 4 Feb 2011 01:43:36 +0000 (01:43 +0000)
committerjzhou <jzhou>
Fri, 4 Feb 2011 01:43:36 +0000 (01:43 +0000)
commit1e95c6edd26b5378071ef534fe07a35c9fac1c76
tree827f2d26b37ab718d25bb1847d7ffe568c18aa1d
parent844ac2949487feff972173b6115964d04b311855
As static blocks is compiled as a method without returntype, previous isConstructor check should be updated
Robust/src/IR/MethodDescriptor.java
Robust/src/IR/Tree/BuildIR.java
Robust/src/IR/Tree/SemanticCheck.java