Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
plugins
/
kapt3
/
kapt3-compiler
/
testData
/
kotlinRunner
/
NestedClasses.kt
blob: 88ad510b403fc7b235a6f3593932ef147a32d847 [
file
]
package
test
internal
class
Simple
{
@MyAnnotation
fun myMethod
()
{}
class
NestedClass
{
class
NestedNestedClass
}
inner
class
InnerClass
companion
object
}
internal
annotation
class
MyAnnotation