Files
Roman Shevchenko 6a7cc72eab Cleanup (typos in test data)
GitOrigin-RevId: d83baca2662fb7c124c7bec51bf53d78dc4fb303
2019-07-02 06:52:16 +03:00

6 lines
85 B
Java

class A {
void method() {
int temp = 1 + 2;
int k = temp;
}
}