95129939d4
#KT-35121 Fixed
10 lines
166 B
Kotlin
Vendored
10 lines
166 B
Kotlin
Vendored
// TYPE: 'z'
|
|
// OUT_OF_CODE_BLOCK: TRUE
|
|
// TODO: Investigate
|
|
// SKIP_ANALYZE_CHECK
|
|
|
|
data class Intz(val q: String)
|
|
|
|
class InPrimaryConstructor(val x: Int<caret>) {
|
|
|
|
} |