Minor: Fix test data
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
import java.util.stream.Stream
|
import java.util.stream.Stream
|
||||||
|
|
||||||
abstract class A : List<String> {
|
abstract class A : List<String> {
|
||||||
override fun stream(): Stream<String>? {
|
override fun stream(): Stream<String> {
|
||||||
<selection><caret>return super.stream()</selection>
|
<selection><caret>return super.stream()</selection>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user