summaryrefslogtreecommitdiff
path: root/test/files/run/idempotency-this.check
blob: 88b8288adfe6d8b07e033a7e941691dd5615e678 (plain) (blame)
1
2
3
4
List()
List.apply[String]("")
Apply(TypeApply(Select(Ident(scala.collection.immutable.List), TermName("apply")), List(TypeTree().setOriginal(Select(Ident(scala.Predef), TypeName("String"))))), List(Literal(Constant(""))))
List()