Ad
Code
Diff
  • fun returnInt(int:Int) = int
    • fun returnInt(int:Int): Int{
    • return int
    • }
    • fun returnInt(int:Int) = int