@@ -40,37 +40,37 @@ OrType(ConstantType(IntConstant(1)), ConstantType(IntConstant(2)))
40
40
Inlined(None, Nil, Match(Literal(StringConstant("a")), List(CaseDef(Literal(StringConstant("a")), None, Block(Nil, Literal(UnitConstant()))))))
41
41
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
42
42
43
- Inlined(None, Nil, Match(Literal(StringConstant("b")), List(CaseDef(Bind("n", Ident("_" )), None, Block(Nil, Literal(UnitConstant()))))))
43
+ Inlined(None, Nil, Match(Literal(StringConstant("b")), List(CaseDef(Bind("n", Wildcard( )), None, Block(Nil, Literal(UnitConstant()))))))
44
44
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
45
45
46
- Inlined(None, Nil, Match(Literal(StringConstant("c")), List(CaseDef(Bind("n", Typed(Ident("_" ), TypeIdent("String"))), None, Block(Nil, Literal(UnitConstant()))))))
46
+ Inlined(None, Nil, Match(Literal(StringConstant("c")), List(CaseDef(Bind("n", Typed(Wildcard( ), TypeIdent("String"))), None, Block(Nil, Literal(UnitConstant()))))))
47
47
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
48
48
49
- Inlined(None, Nil, Match(Literal(StringConstant("e")), List(CaseDef(Ident("_" ), None, Block(Nil, Literal(UnitConstant()))))))
49
+ Inlined(None, Nil, Match(Literal(StringConstant("e")), List(CaseDef(Wildcard( ), None, Block(Nil, Literal(UnitConstant()))))))
50
50
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
51
51
52
- Inlined(None, Nil, Match(Literal(StringConstant("f")), List(CaseDef(Typed(Ident("_" ), TypeIdent("String")), None, Block(Nil, Literal(UnitConstant()))))))
52
+ Inlined(None, Nil, Match(Literal(StringConstant("f")), List(CaseDef(Typed(Wildcard( ), TypeIdent("String")), None, Block(Nil, Literal(UnitConstant()))))))
53
53
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
54
54
55
- Inlined(None, Nil, Match(Typed(Literal(StringConstant("g")), TypeIdent("Any")), List(CaseDef(Alternative(List(Typed(Ident("_" ), TypeIdent("String")), Typed(Ident("_" ), TypeIdent("Int")))), None, Block(Nil, Literal(UnitConstant()))))))
55
+ Inlined(None, Nil, Match(Typed(Literal(StringConstant("g")), TypeIdent("Any")), List(CaseDef(Alternative(List(Typed(Wildcard( ), TypeIdent("String")), Typed(Wildcard( ), TypeIdent("Int")))), None, Block(Nil, Literal(UnitConstant()))))))
56
56
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
57
57
58
- Inlined(None, Nil, Match(Literal(StringConstant("h")), List(CaseDef(Ident("_" ), Some(Literal(BooleanConstant(false))), Block(Nil, Literal(UnitConstant()))))))
58
+ Inlined(None, Nil, Match(Literal(StringConstant("h")), List(CaseDef(Wildcard( ), Some(Literal(BooleanConstant(false))), Block(Nil, Literal(UnitConstant()))))))
59
59
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
60
60
61
- Inlined(None, Nil, Block(List(ValDef("a", Inferred(), Some(Literal(StringConstant("o"))))), Match(Literal(StringConstant("i")), List(CaseDef(Bind("a", Ident("_" )), None, Block(Nil, Literal(UnitConstant())))))))
61
+ Inlined(None, Nil, Block(List(ValDef("a", Inferred(), Some(Literal(StringConstant("o"))))), Match(Literal(StringConstant("i")), List(CaseDef(Bind("a", Wildcard( )), None, Block(Nil, Literal(UnitConstant())))))))
62
62
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
63
63
64
- Inlined(None, Nil, Match(Ident("Nil"), List(CaseDef(Unapply(TypeApply(Select(Ident("List"), "unapplySeq"), List(Inferred())), Nil, List(Bind("a", Ident("_" )), Bind("b", Ident("_" )), Bind("c", Ident("_" )))), None, Block(Nil, Literal(UnitConstant()))))))
64
+ Inlined(None, Nil, Match(Ident("Nil"), List(CaseDef(Unapply(TypeApply(Select(Ident("List"), "unapplySeq"), List(Inferred())), Nil, List(Bind("a", Wildcard( )), Bind("b", Wildcard( )), Bind("c", Wildcard( )))), None, Block(Nil, Literal(UnitConstant()))))))
65
65
TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit")
66
66
67
- Inlined(None, Nil, Try(Literal(IntConstant(1)), List(CaseDef(Ident("_" ), None, Block(Nil, Literal(UnitConstant())))), None))
67
+ Inlined(None, Nil, Try(Literal(IntConstant(1)), List(CaseDef(Wildcard( ), None, Block(Nil, Literal(UnitConstant())))), None))
68
68
OrType(ConstantType(IntConstant(1)), TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit"))
69
69
70
70
Inlined(None, Nil, Try(Literal(IntConstant(2)), Nil, Some(Literal(UnitConstant()))))
71
71
ConstantType(IntConstant(2))
72
72
73
- Inlined(None, Nil, Try(Literal(IntConstant(3)), List(CaseDef(Ident("_" ), None, Block(Nil, Literal(UnitConstant())))), Some(Literal(UnitConstant()))))
73
+ Inlined(None, Nil, Try(Literal(IntConstant(3)), List(CaseDef(Wildcard( ), None, Block(Nil, Literal(UnitConstant())))), Some(Literal(UnitConstant()))))
74
74
OrType(ConstantType(IntConstant(3)), TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Unit"))
75
75
76
76
Inlined(None, Nil, Literal(BooleanConstant(false)))
0 commit comments