Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InPrimaryConstructor.kt
blob: 789e7d5e9df30638c460af8684ae9a578718f6c9 [
file
]
// TYPE: 'z'
// OUT_OF_CODE_BLOCK: TRUE
// TODO: Investigate
// SKIP_ANALYZE_CHECK
data
class
Intz
(
val q
:
String
)
class
InPrimaryConstructor
(
val x
:
Int
<caret>
)
{
}