Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ba045e44fbc13a4a8bcfa03689115fd0a25366a9
/
.
/
compiler
/
testData
/
loadJava
/
compiledJava
/
static
/
DeeplyNestedStatic.java
blob: 3070b54c55b8641c46070ab854f8d86c79d3fb99 [
file
] [
log
] [
blame
]
package
test
;
public
class
DeeplyNestedStatic
{
public
static
class
Foo
{
public
static
class
Bar
{
public
static
void
method
()
{
}
}
}
}