Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
dataClasses
/
innerDataClass.kt
blob: ffd48b509f2b53fb4d79a3f75a986c7d300d2b6e [
file
]
// FIR_IDENTICAL
class
Outer
{
<!
INCOMPATIBLE_MODIFIERS
!>
inner
<!>
<!
INCOMPATIBLE_MODIFIERS
!>
data
<!>
class
Inner
(
val x
:
Int
)
}