1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
semantic/test/fixtures/java/corpus/Char.B.java
Ayman Nadeem 55dac7c93d test char
2018-07-23 18:35:52 -04:00

8 lines
78 B
Java

class Point {
Char dinosaur() {
Char B = 'B';
if (x)
B;
}
}