Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
regression
/
ea65206.kt
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
{}
}
}