Files
kotlin-fork/idea/testData/copyPaste/conversion/HalfTheWhiteSpace.java
T
Pavel V. Talanov 5408c6ea77 Conversion on copy paste:
Copy elements that are partially selected as text
2013-12-22 16:50:07 +04:00

10 lines
104 B
Java
Vendored

class A {
<selection>
void foo() {}
void bar() {}
</selection>
void foobar() {}
}