Use camel-case in FirFunctionCallOrigin

Also componentCall is operator call
This commit is contained in:
Andrey Zinovyev
2021-05-19 18:25:21 +03:00
committed by TeamCityServer
parent 419aa65381
commit d38effcbbe
17 changed files with 35 additions and 81 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
// !DIAGNOSTICS: -UNUSED_PARAMETER, -EXTENSION_SHADOWED_BY_MEMBER
open class Example {
@@ -42,4 +43,4 @@ fun test() {
fun consumeInt(i: Int) {}
fun consumeString(s: String) {}
fun consumeExample2(e: Example2) {}
fun consumeExample2(e: Example2) {}