Merge pull request #11089 from tamasvajk/kotlin-enum-ctor-call

Kotlin: Extract missing arguments of enum constructor calls
This commit is contained in:
Tamás Vajk
2022-11-07 12:55:27 +01:00
committed by GitHub
8 changed files with 59 additions and 10 deletions

View File

@@ -69,6 +69,8 @@ class Element extends @element, Top {
i = 10 and result = "Forwarder for Kotlin calls that need default arguments filling in"
or
i = 11 and result = "Forwarder for a Kotlin class inheriting an interface default method"
or
i = 12 and result = "Argument for enum constructor call"
)
}
}