Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataClasses
/
copyOfPrivateClass.kt
blob: c00b9e96f3ceda9b8dd1ad69bdb92f412f7ba972 [
file
]
// FIR_IDENTICAL
class
Outer
{
private
data
class
Nested
(
val c
:
Int
)
}