condition always true
This commit is contained in:
@@ -125,12 +125,7 @@ public class JvmMethodSignature {
|
|||||||
@NotNull
|
@NotNull
|
||||||
public String getKotlinParameterType(int i) {
|
public String getKotlinParameterType(int i) {
|
||||||
checkGenericsAvailable();
|
checkGenericsAvailable();
|
||||||
if (kotlinParameterTypes == null) {
|
return kotlinParameterTypes.get(i).getKotlinSignature();
|
||||||
return "";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
return kotlinParameterTypes.get(i).getKotlinSignature();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user