X Tutup
Skip to content

Commit 4063b2f

Browse files
SaumaySaumay Khandelwal
authored andcommitted
Formatting corrected
1 parent 6c92e7f commit 4063b2f

File tree

1 file changed

+2
-0
lines changed
  • 15 - Inner Class + Enum + Annotations/15.2 - Inner Member Class/src

1 file changed

+2
-0
lines changed

15 - Inner Class + Enum + Annotations/15.2 - Inner Member Class/src/Test.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@ public static void main(String[] args) {
4343

4444
class A {
4545
int ma;
46+
4647
// 1) Member Inner Class
4748
class B {
4849
int mb;
4950
}
5051

5152
static int sa;
53+
5254
// 2) Static Inner Class
5355
static class C {
5456
int mc;

0 commit comments

Comments
 (0)
X Tutup