https://kotlinlang.org logo
Title
a

apatrida

01/17/2023, 4:15 PM
K2 issue that seems odd, JOOQ project
Configuration
class has a ton of overrides for
set(...)
methods. Java and Kotlin K1 can call it fine for a new
ExecuteListenerProvider
but K2 can't decide which method and fails on an error.
config.set(ExecuteListenerProvider { ExecutionTimer() })
lists N variations of
set()
in an error and can't disambiguate to:
Configuration set(ExecuteListenerProvider... newExecuteListenerProviders);
m

mglukhikh

01/17/2023, 4:16 PM
cc @denis.zharkov
@apatrida Could you please create a :youtrack: issue about it?
a

apatrida

01/17/2023, 4:17 PM
yes, creating a small project that reproduces.