Skip to content

Commit 21a9adf

Browse files
authored
Update UniCodeMagic.java
1 parent 85ce289 commit 21a9adf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

BasicJava/src/trick/UniCodeMagic.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ public class UnicodeMagic {
1313
* @param args
1414
*/
1515
public static void main(String[] args) {
16-
16+
17+
// no error in naming variable as below
18+
int $_ = 5;
19+
1720
// the line below this gives an output
1821
// \u000d System.out.println("comment executed");
1922

0 commit comments

Comments
 (0)