1464d1f7ad
Introduce tests for conversion on copy paste Don't insert additional end of line after each converted element (not needed since converter takes care of formatting) Add test for some of the trivial cases of conversion on copy paste
5 lines
102 B
Java
Vendored
5 lines
102 B
Java
Vendored
class A {
|
|
public static void main(String[] args) {
|
|
<selection>new A()</selection>;
|
|
}
|
|
} |