Skip to content

Commit dbf3ffb

Browse files
committed
Add missing file
1 parent eb461ec commit dbf3ffb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package net.codingwell.scalaguice;
2+
3+
interface DeepInterface {
4+
public class Bar {
5+
public static class Foo {
6+
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)