Skip to content

Commit

Permalink
[WIP] airframe-surface: Dotty support (phase 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Dec 5, 2020
1 parent 285d8bc commit 547d94e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ trait Surface extends Serializable {
def objectFactory: Option[ObjectFactory] = None
}

/**
* Scala 3 implementation of Surface
*/
object Surface {
def of[A]: Surface = ???
def methodsOf[A]: Seq[MethodSurface] = ???
Expand Down

0 comments on commit 547d94e

Please sign in to comment.