Load additional JDK functions into built-ins member scope
#KT-5990 Fixed #KT-7127 Fixed #KT-10370 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
abstract class A : List<String> {
|
||||
<caret>
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
import java.util.stream.Stream
|
||||
|
||||
abstract class A : List<String> {
|
||||
override fun stream(): Stream<String>? {
|
||||
<selection><caret>return super.stream()</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user