8 lines
63 B
Plaintext
Raw Permalink Normal View History

2018-02-28 13:22:07 +01:00
class Expressions{
void test(){
var x = 2;
x = x + 2;
}
}