function.txt 79 B

123456
  1. fun a() = 1
  2. fun b(a : Int) = a
  3. fun <T> c() = 1
  4. inline fun <reified T> d() = 1