blob: 6f8e7b4aa8561108f6c396fc410b95df22ad1734 [file] [log] [blame]
class A {
val x = arrayListOf<(A<<!SYNTAX!><!>>) -> Unit>()
// Here we got an exception during type comparison
fun foo(){
<!DEBUG_INFO_ELEMENT_WITH_ERROR_TYPE!>x<!>.add {}
}
}