FIR checkers: report SMARTCAST_IMPOSSIBLE
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
62f7e8f71f
commit
84334b087c
+1
-1
@@ -15,7 +15,7 @@ enum class CandidateApplicability {
|
||||
IMPOSSIBLE_TO_GENERATE, // access to outer class from nested
|
||||
RUNTIME_ERROR, // problems with visibility
|
||||
UNSAFE_CALL, // receiver nullability doesn't match
|
||||
MAY_THROW_RUNTIME_ERROR, // unstable smart cast
|
||||
UNSTABLE_SMARTCAST, // unstable smart cast
|
||||
CONVENTION_ERROR, // missing infix, operator etc
|
||||
RESOLVED_LOW_PRIORITY,
|
||||
RESOLVED_NEED_PRESERVE_COMPATIBILITY, // call resolved successfully, but using new features that changes resolve
|
||||
|
||||
Reference in New Issue
Block a user