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