[FIR] Implement UNDERSCORE_IS_RESERVED, UNDERSCORE_USAGE_WITHOUT_BACKTICKS diagnostics (lighttree)

This commit is contained in:
Ivan Kochurkin
2021-04-23 22:37:30 +03:00
committed by TeamCityServer
parent ea2d9f7c0c
commit 704b5a0e13
11 changed files with 294 additions and 51 deletions
+2
View File
@@ -1,6 +1,7 @@
package
public val ______: _<kotlin.Int>
public var p: kotlin.Int?
public val something: kotlin.Any?
public val something2: kotlin.Any?
public fun __(/*0*/ ___: kotlin.Int, /*1*/ y: _<kotlin.Int>?): kotlin.Int
@@ -51,3 +52,4 @@ public final class _</*0*/ ________> {
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}