Files
kotlin-fork/compiler/testData/diagnostics/tests/inference
Svetlana Isakova 6489ff2cb6 Ignore constraint from implicit 'in Nothing'
From Array<T> <: Array<out Int> we may generate T >: Nothing (implicit) and T <: Int (explicit).
Without ignoring we'll infer 'Nothing' for T too often
2014-12-22 12:04:42 +03:00
..
2012-09-07 19:03:07 +04:00
2013-09-03 13:09:09 +04:00
2013-09-17 16:09:27 +04:00