Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e1e07d20949869a38f2fc0b6ceeea1235721f07f
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
regression
/
ea65206.fir.kt
blob: 09dbc59c9257eb971930fcacd3e31f5ca7b15a7e [
file
]
class
A
{
val x
=
arrayListOf
<(
A
<<!
SYNTAX
!><!>>)
->
Unit
>()
// Here we got an exception during type comparison
fun foo
(){
x
.
add
{}
}
}