Conversion on copy paste:

Copy element as text in case it can't be converted
This commit is contained in:
Pavel V. Talanov
2013-12-20 17:27:16 +04:00
parent ab19669c43
commit 3a4b7e07f8
11 changed files with 44 additions and 1 deletions
@@ -0,0 +1,5 @@
class A {
public static void main(String[] args) <selection>{
Object a = new Object();</selection>
}
}