Skip to content

Commit

Permalink
Minor: Commit forgotten kapt test data
Browse files Browse the repository at this point in the history
  • Loading branch information
yanex committed May 25, 2017
1 parent 4e38ff3 commit 141f12e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/kapt3/testData/converter/genericSimple.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ public abstract interface ABC {

@org.jetbrains.annotations.NotNull()
public abstract <T extends java.lang.CharSequence>java.util.List<T> abc(@org.jetbrains.annotations.NotNull()
T p0, @org.jetbrains.annotations.NotNull()
java.util.List<? extends T> p1, @org.jetbrains.annotations.NotNull()
T... p2);
T item, @org.jetbrains.annotations.NotNull()
java.util.List<? extends T> items, @org.jetbrains.annotations.NotNull()
T... otherItems);

public abstract <X extends java.lang.Object>int bcd(@org.jetbrains.annotations.NotNull()
char... p0);
char... a);
}

////////////////////
Expand Down

0 comments on commit 141f12e

Please sign in to comment.