Files
kotlin-fork/compiler/testData/cli/jvm
Dmitry Petrov 06101dba52 KT-13961 REDECLARATION not reported on private-in-file 'foo' vs public 'foo' in different file
Private-in-file declarations conflict with public overload-equivalent declarations
in other files in the same package.

Move functions for grouping possible redeclarations to OverloadResolver
(since they are used only there).

Refactor redeclarations / conflicting overloads reporting.
2016-10-03 11:50:29 +03:00
..
2014-12-02 13:47:48 +03:00
2015-09-08 05:49:32 +03:00
2014-07-23 21:24:40 +04:00
2016-08-11 09:11:11 +02:00
2015-10-18 17:53:29 +03:00
2014-07-23 21:24:40 +04:00
2016-02-01 22:20:30 +03:00