Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Mar 14, 2017
1 parent c2403e1 commit bfd88d8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package spoon.test.generics;

public class ClassThatDefinesANewTypeArgument<T> {
void foo(T t){}
}

0 comments on commit bfd88d8

Please sign in to comment.