blob: 3167bd805a6b63af234fb53c84006ef2a518ddaf [file]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-75303
// WITH_STDLIB
// LANGUAGE: -EnableDfaWarningsInK2
class Foo
class Bar {
fun render() = print(this)
}
val a = (Foo() <!CAST_NEVER_SUCCEEDS!>as?<!> Bar)?.render()
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, nullableType, propertyDeclaration, safeCall,
thisExpression */