disable introduce variable from part of literal expression which is not a string

This commit is contained in:
anna
2013-12-05 10:20:57 +01:00
parent 34787065ae
commit d1985af4a7
3 changed files with 24 additions and 4 deletions
@@ -0,0 +1,5 @@
class A {
public void test() {
int i = <selection>1</selection>23 + 123;
}
}