95129939d4
#KT-35121 Fixed
13 lines
184 B
Kotlin
Vendored
13 lines
184 B
Kotlin
Vendored
// TYPE: 'z'
|
|
// OUT_OF_CODE_BLOCK: TRUE
|
|
|
|
data class Intz(val q: String)
|
|
|
|
class InSecondaryConstructor {
|
|
init {
|
|
}
|
|
|
|
constructor(i: Int<caret>) {
|
|
}
|
|
}
|
|
// SKIP_ANALYZE_CHECK |