mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 07:32:21 +07:00
GitOrigin-RevId: ecc86cac9a859eb5c1b580f780d343a7dafb14da
9 lines
100 B
Java
9 lines
100 B
Java
// "Safe delete 'i'" "true-preview"
|
|
import java.io.*;
|
|
|
|
class a {
|
|
private void run(<caret>) {
|
|
}
|
|
}
|
|
|