Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
946dff8bda9fd326d2b6c18f10c7545ebed12ae1
/
.
/
compiler
/
testData
/
asJava
/
lightClasses
/
nullabilityAnnotations
/
Synthetic.kt
blob: b70a2a636ca816317f2196186333c74f82eaed4e [
file
]
// Synthetic
class
Synthetic
{
inner
class
Inner
{
fun test
()
{
foo
()
}
}
private
fun foo
()
{}
}