Cleanup: implicit nothing return type is now an error
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user