Dmitry Petrov
47c784f023
JVM_IR fix Java wildcard types translation
...
Types such as 'Collection<? extends CharSequence>' are treated as
'(kotlin.collections.MutableCollection<out kotlin.CharSequence!>
..kotlin.collections.Collection<kotlin.CharSequence!>?)'
by the front-end.
When generating generic signatures, JVM BE takes lower bound (which is
'kotlin.collections.MutableCollection<out kotlin.CharSequence!>').
Emulate this behavior in TypeTranslator.
2020-10-19 20:52:53 +03:00
..
2020-10-14 19:32:51 +02:00
2020-10-16 00:02:12 +03:00
2020-09-02 16:46:05 +02:00
2020-10-13 16:40:52 +02:00
2020-09-14 13:18:24 +02:00
2020-10-13 16:40:52 +02:00
2020-10-16 00:02:12 +03:00
2020-07-31 14:48:12 +03:00
2020-10-13 16:40:52 +02:00
2020-07-27 19:13:37 +03:00
2020-10-14 19:32:51 +02:00
2020-10-16 00:02:12 +03:00
2020-06-25 22:31:12 +03:00
2020-07-27 19:13:37 +03:00
2020-09-13 09:13:27 +02:00
2020-09-13 09:13:27 +02:00
2020-07-27 19:13:37 +03:00
2020-06-23 20:51:48 +03:00
2020-07-27 19:13:37 +03:00
2020-06-19 11:57:35 +02:00
2020-07-27 19:13:37 +03:00
2020-10-19 20:52:53 +03:00
2020-10-19 20:52:53 +03:00
2020-10-13 16:40:52 +02:00
2020-07-27 19:13:37 +03:00
2020-06-30 18:24:25 +03:00
2020-07-27 19:13:37 +03:00
2020-06-19 11:57:35 +02:00
2020-07-27 19:13:37 +03:00
2020-07-27 17:02:24 +02:00
2020-07-27 19:13:37 +03:00
2020-06-23 20:51:48 +03:00
2020-07-27 19:13:37 +03:00
2020-03-18 13:33:56 +03:00
2020-07-27 19:13:37 +03:00
2020-07-27 19:13:37 +03:00
2020-07-22 19:49:48 +03:00
2020-09-02 16:46:05 +02:00
2020-07-27 19:13:37 +03:00
2020-07-27 19:13:37 +03:00
2020-07-27 19:13:37 +03:00
2020-07-27 19:13:37 +03:00
2020-07-27 19:13:37 +03:00
2020-06-19 11:57:35 +02:00
2020-07-27 19:13:37 +03:00
2020-09-07 21:01:29 +02:00
2020-09-07 21:01:29 +02:00
2020-09-02 16:46:05 +02:00
2020-09-28 21:48:14 +03:00
2020-09-28 21:48:14 +03:00
2020-07-27 19:13:37 +03:00
2020-09-28 21:48:14 +03:00
2020-09-28 21:48:14 +03:00
2020-07-27 19:13:37 +03:00
2020-03-18 14:18:47 +03:00
2020-07-27 19:13:37 +03:00
2020-06-25 22:31:12 +03:00
2020-07-27 19:13:37 +03:00
2020-07-23 19:13:28 +03:00
2020-07-27 19:13:37 +03:00
2020-10-19 20:52:53 +03:00
2020-09-04 10:21:49 +03:00
2020-09-04 10:21:49 +03:00
2020-02-13 23:44:53 +03:00
2020-07-27 19:13:37 +03:00