Denis Zharkov
adff666b0e
Introduce additional overridability rule
...
It works only for Java methods and it's purpose is Java overridability rules emulation,
namely distinction of primitive types and their wrappers.
For example `void foo(Integer x)` should not be an override for `void foo(int x)`
#KT-11440 Fixed
#KT-11389 Fixed
2016-07-04 15:44:00 +03:00
..
2016-07-04 15:42:35 +03:00
2016-05-18 19:21:38 +03:00
2016-01-19 18:39:59 +03:00
2016-06-10 21:28:04 +03:00
2016-04-22 15:16:57 +03:00
2016-03-15 14:53:03 +03:00
2016-06-27 15:33:31 +03:00
2016-07-04 15:44:00 +03:00
2016-05-16 15:38:13 +03:00
2016-03-28 14:13:59 +03:00
2016-06-08 18:53:16 +03:00
2016-01-25 21:53:09 +03:00
2016-07-04 15:44:00 +03:00
2016-01-22 05:54:38 +03:00
2016-03-16 20:22:59 +03:00
2016-03-16 20:22:59 +03:00
2016-06-27 15:33:28 +03:00
2016-05-06 22:11:38 +02:00
2016-02-17 20:52:00 +03:00
2016-04-20 17:07:09 +03:00
2016-06-28 10:33:29 +03:00
2016-04-29 15:08:54 +03:00
2016-05-16 15:38:13 +03:00
2016-04-25 17:41:08 +03:00
2016-01-29 01:00:47 +03:00
2016-06-23 02:03:24 +03:00
2016-02-13 10:20:20 +03:00
2016-06-23 16:12:03 +03:00
2016-04-04 23:12:37 +03:00
2016-02-20 14:55:16 +03:00
2016-06-09 12:57:59 +03:00
2016-06-30 21:32:38 +02:00
2016-02-19 22:28:44 +03:00
2016-01-22 05:54:38 +03:00
2016-02-19 12:52:40 +03:00
2016-05-04 17:07:48 +03:00