Skip to content

Commit

Permalink
Revert one test
Browse files Browse the repository at this point in the history
  • Loading branch information
stanhebben committed Jun 7, 2024
1 parent ca203fa commit d07b2e7
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#output: 6.06.0
#output: 6.0

expand double {
foo(): double => this * (2 as int);
Expand All @@ -8,8 +8,4 @@ expand double {
bar(): string => this as string;
}

expand string {
baz(): string => this + this;
}

println((3.0).foo().bar().baz());
println((3.0).foo().bar());

0 comments on commit d07b2e7

Please sign in to comment.