mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
13 lines
184 B
Kotlin
13 lines
184 B
Kotlin
// TYPE: 'z'
|
|
// OUT_OF_CODE_BLOCK: TRUE
|
|
|
|
data class Intz(val q: String)
|
|
|
|
class InSecondaryConstructor {
|
|
init {
|
|
}
|
|
|
|
constructor(i: Int<caret>) {
|
|
}
|
|
}
|
|
// SKIP_ANALYZE_CHECK |