Files
kotlin-fork/compiler/testData/diagnostics/tests/collectionLiterals/kt34515.fir.kt
T
Victor Petukhov 7e491edf95 Allow empty type info for excl expressions
^KT-34515 Fixed
2022-03-24 11:46:00 +00:00

3 lines
80 B
Kotlin
Vendored

fun main() {
<!UNSUPPORTED!>[]<!><!UNNECESSARY_NOT_NULL_ASSERTION!>!!<!>!!
}