tests changes after collections mapping
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
import java.util.AbstractList
|
||||
|
||||
public open class ModalityOfFakeOverrides : AbstractList<String>() {
|
||||
override fun get(p0: Int): String? {
|
||||
override fun get(p0: Int): String {
|
||||
return ""
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user