Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataClasses
/
copyOfPrivateClass.kt
blob: d34c93bb50bdcfed794b686766a6e5286e391510 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// FIR_IDENTICAL
class
Outer
{
private
data
class
Nested
(
val c
:
Int
)
}
/* GENERATED_FIR_TAGS: classDeclaration, data, nestedClass, primaryConstructor, propertyDeclaration */