Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataClasses
/
innerOuterDataClass.kt
blob: 5f70eef5645c5baedc13c9b4f3ccdbf469ad40e3 [
file
]
// FIR_IDENTICAL
<!
WRONG_MODIFIER_CONTAINING_DECLARATION
!>
inner
<!>
<!
INCOMPATIBLE_MODIFIERS
!>
data
<!>
class
Outer
(
val x
:
Int
)