Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
compileKotlinAgainstJava
/
InnerClass.java
blob: 0ef46f95542f09bf9e498a9850f4f33e6f732a3e [
file
] [
log
] [
blame
]
package
test
;
public
class
InnerClass
{
class
Inner
{
public
void
doNothing
()
{}
}
}