change signature: propagate params/exceptions to implicit constructors

This commit is contained in:
anna
2010-01-28 16:22:40 +03:00
parent fca2bf3729
commit 365ed16a15
17 changed files with 213 additions and 56 deletions
@@ -0,0 +1,9 @@
public class P {
public P<caret>() {
}
}
class PP extends P {
public PP(){
}
}