Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
kotlinAndJavaChecker
/
javaWithKotlin
/
InnerClassWithoutName.java
blob: 80692f6202bd35956330941431a8e1f1fd642627 [
file
]
public
class
InnerClassWithoutName
{
public
void
uses
()
{
Test5
test5
=
new
Test5
();
Test5
.
In1
in1
=
test5
.
new
In1
();
}
}