Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
fix procedure syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 2, 2018
1 parent 19a1eea commit af52df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala_2.10/macrocompat/compatcontext.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sealed trait CompatContext extends Context {
case class ImplicitCandidate211(pre: Type, sym: Symbol, pt: Type, tree: Tree)
val ImplicitCandidate: ImplicitCandidateCompanion
abstract class ImplicitCandidateCompanion {
def apply(pre: Type, sym: Symbol, pt: Type, tree: Tree)
def apply(pre: Type, sym: Symbol, pt: Type, tree: Tree): Unit
def unapply(t: (Type, Tree)): Option[(Type, Symbol, Type, Tree)]
}

Expand Down

0 comments on commit af52df6

Please sign in to comment.