fork download
  1. object Main extends App {
  2.  
  3. println(`def`[Any])
  4.  
  5. def `def`[T] = List()
  6. }
Success #stdin #stdout 0.36s 382016KB
stdin
Standard input is empty
stdout
List()