[FIR IDE] Codereview minor refactoring

https://jetbrains.team/p/kt/review/2069/
https://jetbrains.team/p/kt/review/2070/
This commit is contained in:
Igor Yakovlev
2021-01-29 19:53:36 +03:00
parent e529a7bf9b
commit 18cebe5131
14 changed files with 45 additions and 42 deletions
+1 -3
View File
@@ -5,6 +5,4 @@ fun <info descr="null" textAttributesKey="KOTLIN_FUNCTION_DECLARATION">foo</info
fun <info descr="null" textAttributesKey="KOTLIN_FUNCTION_DECLARATION">bar</info>() {
<info descr="null" textAttributesKey="KOTLIN_PACKAGE_FUNCTION_CALL">foo</info>(1, <info descr="null" textAttributesKey="KOTLIN_NAMED_ARGUMENT">p2 =</info> "")
}
// IGNORE_FIR
}