J2K: Quote '$' symbols in converted strings
#KT-6800 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class A {
|
||||
private String dollar1 = "$a";
|
||||
private String dollar2 = "$A";
|
||||
private String dollar3 = "${s}";
|
||||
private String dollar4 = "$$";
|
||||
}
|
||||
Reference in New Issue
Block a user