Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
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
)