mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 15:50:53 +07:00
18 lines
288 B
Java
18 lines
288 B
Java
import javax.swing.*;
|
|
import java.util.List;
|
|
import java.awt.event.ActionListener;
|
|
import java.awt.event.ActionEvent;
|
|
/**
|
|
* XXX
|
|
*/
|
|
class CL {
|
|
public static void main(String[] args) {
|
|
// comment 2
|
|
<selection> <caret>new String();
|
|
|
|
</selection> // co1
|
|
}
|
|
}
|
|
|
|
|