Skip to content

Commit

Permalink
Remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mcimadamore committed Apr 25, 2024
1 parent 52fc6e9 commit 89a551a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ interface C {
%6 : IntersectionTypeTest$C = cast %5 @"IntersectionTypeTest$C";
invoke %6 @"IntersectionTypeTest$C::m_C()void";
return;
};
};
""")
static <X extends A & B & C> void test1(X x) {
x.m_A();
Expand Down

0 comments on commit 89a551a

Please sign in to comment.