[FIR] Optimize performance and fix UNDERSCORE_IS_RESERVED, simplify code

This commit is contained in:
Ivan Kochurkin
2021-07-22 01:47:22 +03:00
committed by Space
parent 2fbb700ec6
commit 63fc3645ab
16 changed files with 190 additions and 182 deletions
+10
View File
@@ -48,3 +48,13 @@ val something2 = doIt { _ -> 1 }
var p: Int?
get() = null
set(_) {}
object `____` {
object Nested {
fun method() {}
}
}
fun test() {
<!UNDERSCORE_USAGE_WITHOUT_BACKTICKS!>____<!>.Nested.method()
}