Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithStdLib
/
regression
/
ea65206.kt
blob: 6f8e7b4aa8561108f6c396fc410b95df22ad1734 [
file
]
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
{}
}
}