Corrected quickfix to correct signature of method with 'override' to:

- not loose annotations and other stuff
  - not include visibility modifiers into the name and into the code generated
This commit is contained in:
Valentin Kipyatkov
2014-10-04 01:30:57 +04:00
parent 89ea4d5a85
commit 317607db70
9 changed files with 60 additions and 41 deletions
@@ -1,4 +1,4 @@
// "Change function signature to 'protected override fun next(p0: Int): Int'" "true"
// "Change function signature to 'override fun next(p0: Int): Int'" "true"
import java.util.Random
class MyRandom : Random() {