Files
kotlin-fork/compiler/testData
Alexander Udalov dca99c3fd2 Move ClassifierUsageChecker invocation lower in LazyTopDownAnalyzer
Invoking checkers right after resolution of qualified expressions is too early:
DeprecatedClassifierUsageChecker tries to load the annotations of a referenced
classifier to report deprecation, and that may result in building light classes
for not yet analyzed declarations

 #KT-13954 Fixed
2016-09-24 11:26:56 +03:00
..
2016-08-11 09:11:11 +02:00
2016-04-04 23:12:37 +03:00
2016-06-09 12:57:59 +03:00