blob: 2aff4f0f25e614fdeae9b59517676b29f62d9799 [file]
// RUN_PIPELINE_TILL: FRONTEND
// ISSUE: KT-80109
// RENDER_DIAGNOSTICS_MESSAGES
fun main() {
val x: Int? = 42
if (x is <!INCOMPATIBLE_TYPES!>Byte?<!>) {}
}
/* GENERATED_FIR_TAGS: functionDeclaration, ifExpression, integerLiteral, isExpression, localProperty, nullableType,
propertyDeclaration */