Skip to content

Instantly share code, notes, and snippets.

@Glavo
Created December 10, 2017 01:15
Show Gist options
  • Save Glavo/a0020c06a66a82aec020962eb08c1644 to your computer and use it in GitHub Desktop.
Save Glavo/a0020c06a66a82aec020962eb08c1644 to your computer and use it in GitHub Desktop.
FunctionXXL
class C {
def fun23(f: (Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int, Int) => Int) = {}
}
object C {
def main(args: Array[String]): Unit = {
classOf[C].getMethod("fun23", classOf[FunctionXXL]).getGenericParameterTypes
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment