Skip to content

Commit 6638582

Browse files
committed
testData update
1 parent e0b49f7 commit 6638582

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testData/generator/Stub.PSI.expected.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public Element5 getElement5() {
251251

252252
public class Element2Impl extends StubBasedPsiElementBase<Element2Stub> implements Element2 {
253253

254-
public Element2Impl(@NotNull Element2Stub stub, @NotNull IStubElementType type) {
254+
public Element2Impl(@NotNull Element2Stub stub, @NotNull IStubElementType<?, ?> type) {
255255
super(stub, type);
256256
}
257257

@@ -299,7 +299,7 @@ public List<Element4> getElement4List() {
299299

300300
public class Element3Impl extends StubBasedPsiElementBase<Element3Stub> implements Element3 {
301301

302-
public Element3Impl(@NotNull Element3Stub stub, @NotNull IStubElementType type) {
302+
public Element3Impl(@NotNull Element3Stub stub, @NotNull IStubElementType<?, ?> type) {
303303
super(stub, type);
304304
}
305305

@@ -347,7 +347,7 @@ public Element4 getElement4() {
347347

348348
public class Element4Impl extends StubBasedPsiElementBase<Element4Stub> implements Element4 {
349349

350-
public Element4Impl(@NotNull Element4Stub stub, @NotNull IStubElementType type) {
350+
public Element4Impl(@NotNull Element4Stub stub, @NotNull IStubElementType<?, ?> type) {
351351
super(stub, type);
352352
}
353353

0 commit comments

Comments
 (0)