mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-28 01:09:56 +07:00
[java-inspections] CodeBlockSurrounder and StatementExtractor: support templates
GitOrigin-RevId: 3a998d7117ef6e94a7727a3f37d110905cc0c1bf
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7241647518
commit
0d63633751
@@ -0,0 +1,10 @@
|
||||
// "Replace Stream API chain with loop" "true-preview"
|
||||
|
||||
import java.util.stream.Collectors;
|
||||
import java.util.stream.Stream;
|
||||
|
||||
public final class TemplateTest {
|
||||
void test() {
|
||||
System.out.println(STR."\{Stream.of(1,2,3).<caret>collect(Collectors.toList())}");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user