FIR: Fix NI handling flexible type bounds
This commit is contained in:
@@ -7,5 +7,5 @@ import java.util.stream.IntStream
|
||||
fun main() {
|
||||
val xs = IntStream.range(0, 10).mapToObj { it.toString() }
|
||||
.collect(Collectors.toList())
|
||||
<!UNRESOLVED_REFERENCE!>xs[0]<!>
|
||||
xs[0]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user