Add compilerGeneratedReason for enum constructor call arguments

This commit is contained in:
Tamas Vajk
2022-11-04 09:04:31 +01:00
parent 7d927a7396
commit 4e8d8a4de1

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"
)
}
}