mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-17 21:15:58 +07:00
stream postfix template shouldn't be available for primitive arrays except long[], double[], int[]
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
void m(byte[] ss) {
|
||||
ss.stream<caret>
|
||||
}
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
void m(byte[] ss) {
|
||||
ss.stream
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user