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