Files
kotlin-fork/compiler
Stanislav Erokhin b7c894a6d3 [NI] Capture types from smart-cast types.
Sometimes we have something like if (a is Foo<*>) a.bar()
where bar declared: fun <T> Foo<T>.bar().
For such case we should create receiver with possible types Capture(*).
2017-08-07 18:00:13 +03:00
..
2017-08-03 01:55:44 +03:00
2017-08-02 23:02:11 +03:00