Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ed7ee67e4e1513f9b3ba9587b6d6e950e7a1da7f
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
StaticNestedClass.java
blob: 604a6f6930113cf2dc0d52f6a0e79f81d7673b8e [
file
]
package
test
;
public
class
StaticNestedClass
{
static
class
StaticNested
{
public
static
int
ULTIMATE_QUESTION
=
42
;
}
}