How is it possible creating a list without "new" keyword in Scala 2.13?
val list = List(1,2,3)
When looking at Scala\'s source code I no