Quickfix to correct signature of method with 'override' to not include 'override' in signature text

This commit is contained in:
Valentin Kipyatkov
2014-10-04 01:41:10 +04:00
parent 317607db70
commit 5ae756addb
44 changed files with 54 additions and 46 deletions
@@ -1,4 +1,4 @@
// "Change function signature to 'override fun next(p0: Int): Int'" "true"
// "Change function signature to 'fun next(p0: Int): Int'" "true"
import java.util.Random
class MyRandom : Random() {