FIR IDE: regenerate diagnostics

This commit is contained in:
Mikhail Glukhikh
2021-03-05 18:51:19 +03:00
parent 7eb9b1188f
commit 037505d9f2
4 changed files with 262 additions and 1 deletions
@@ -169,7 +169,7 @@ object DIAGNOSTICS_LIST : DiagnosticList() {
val INLINE_CLASS_CANNOT_EXTEND_CLASSES by error<FirSourceElement, KtTypeReference>()
val INLINE_CLASS_CANNOT_BE_RECURSIVE by error<FirSourceElement, KtTypeReference>()
val RESERVED_MEMBER_INSIDE_INLINE_CLASS by error<FirSourceElement, KtFunction>(PositioningStrategy.DECLARATION_NAME) {
parameter<String>("fun name")
parameter<String>("name")
}
val SECONDARY_CONSTRUCTOR_WITH_BODY_INSIDE_INLINE_CLASS by error<FirSourceElement, PsiElement>()
val INNER_CLASS_INSIDE_INLINE_CLASS by error<FirSourceElement, KtDeclaration>(PositioningStrategy.INNER_MODIFIER)