CandidateApplicability: merge INAPPLICABLE_MODIFIER into CONVENTION_ERROR

This commit is contained in:
Mikhail Glukhikh
2022-07-19 14:28:55 +02:00
committed by Space
parent 577b9686c1
commit 8e9e8302f7
5 changed files with 6 additions and 7 deletions
@@ -6,7 +6,7 @@ fun f(): Unit {
var x: Int? = 1
x = null
x + 1
x <!UNSAFE_INFIX_CALL!>plus<!> 1
x <!INFIX_MODIFIER_REQUIRED!>plus<!> 1
x <!UNSAFE_OPERATOR_CALL!><<!> 1
<!ASSIGNMENT_TYPE_MISMATCH!>x += 1<!>