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