Conversion on copy paste:
Copy element as text in case it can't be converted
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class A {
|
||||
public static void main(String[] args) <selection>{
|
||||
Object a = new Object();</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user