// "Change function signature to 'protected override fun next(p0: Int): Int'" "true" import java.util.Random class MyRandom : Random() { protected override fun next(p0: Int): Int = 4 }