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