Skip to content

Instantly share code, notes, and snippets.

View y-yu's full-sized avatar

YOSHIMURA Yuu y-yu

View GitHub Profile
@y-yu
y-yu / Main.scala
Last active November 24, 2020 13:31 — forked from xuwei-k/Main.scala
"higher kind" and "parameter list"
package example
import com.google.inject._
import javax.inject.Inject
// javap
// public example.B1(java.lang.String, example.A<scala.collection.immutable.List>);
class B1 @Inject() (x: String, y: A[List])
// javap