Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6330def4271b547b5c7db5f9759e387de2908e94
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
regressions
/
Jet53.kt
blob: 3ed62f6056f8590c491923ab75ce8bea49b6b0c7 [
file
]
// FIR_IDENTICAL
// !CHECK_TYPE
import
java
.
util
.
Collections
val ab
=
checkSubtype
<
List
<
Int
>?>(
Collections
.
emptyList
<
Int
>())