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