Cleanup: implicit nothing return type is now an error

This commit is contained in:
Mikhail Glukhikh
2015-10-23 17:09:06 +03:00
committed by Mikhail Glukhikh
parent 9d7cc25228
commit 5ebbdd9f58
@@ -693,7 +693,7 @@ public interface Errors {
DiagnosticFactory2<KtElement, KotlinType, KotlinType> INCOMPATIBLE_TYPES = DiagnosticFactory2.create(ERROR);
DiagnosticFactory0<PsiElement> IMPLICIT_NOTHING_RETURN_TYPE = DiagnosticFactory0.create(WARNING);
DiagnosticFactory0<PsiElement> IMPLICIT_NOTHING_RETURN_TYPE = DiagnosticFactory0.create(ERROR);
// Context tracking