[SLC/ULC] KTIJ-25335 Add tests for fields with missing names
This commit is contained in:
committed by
Space Team
parent
c00eb050ce
commit
f318cd8a79
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
public final class MyClass /* MyClass*/<T> {
|
||||
private final T value;
|
||||
|
||||
public MyClass(T);// .ctor(T)
|
||||
|
||||
public final T getValAsString();// getValAsString()
|
||||
|
||||
public final T getValue();// getValue()
|
||||
}
|
||||
Reference in New Issue
Block a user