arrow-kt / arrow-meta

Functional companion to Kotlin's Compiler
https://meta.arrow-kt.io
Apache License 2.0
395 stars 42 forks source link

Sync: Kotlin DEV version = 1.4.0-dev-9304 #646

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

I've found this error:

e: /home/runner/work/arrow-meta/arrow-meta/compiler-plugin/src/main/kotlin/arrow/meta/plugins/proofs/phases/resolve/scopes/ProofsScopeTower.kt: (30, 1): Class 'ProofsScopeTower' is not abstract and does not implement abstract member public abstract fun interceptFunctionCandidates(resolutionScope: ResolutionScope, name: Name, initialResults: Collection, location: LookupLocation, dispatchReceiver: ReceiverValueWithSmartCastInfo?, extensionReceiver: ReceiverValueWithSmartCastInfo?): Collection defined in org.jetbrains.kotlin.resolve.calls.tower.ImplicitScopeTower e: /home/runner/work/arrow-meta/arrow-meta/compiler-plugin/src/main/kotlin/arrow/meta/plugins/proofs/phases/resolve/scopes/ProofsScopeTower.kt: (53, 3): 'interceptCandidates' overrides nothing

FAILURE: Build failed with an exception.

BUILD FAILED in 58s

rachelcarmena commented 4 years ago

Solved via #650

rachelcarmena commented 4 years ago

Checked :heavy_check_mark: It's just worked OK right now.