Add JvmDefault to recently added method for compiler extensions

This should fix AbstractMethodError when newer compiler is used with
 Compose plugin that haven't implemented recently added method

 #KT-37042 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2020-02-26 12:54:51 +03:00
parent 74348d5ffb
commit 6eec8c28ad
@@ -60,6 +60,7 @@ interface CallResolutionInterceptorExtension {
tracing: TracingStrategy
): Collection<NewResolutionOldInference.MyCandidate> = candidates
@JvmDefault
fun interceptCandidates(
callResolutionResult: CallResolutionResult,
context: BasicCallResolutionContext,