fix java.lang.Number type mapping to jet.Number (KT-2376)
This commit is contained in:
@@ -96,7 +96,7 @@ public class JetSignatureReader {
|
||||
pos = end + 1;
|
||||
|
||||
c = signature.charAt(pos);
|
||||
if (c == 'L' || c == '[' || c == 'T' || c == '?') {
|
||||
if (c == 'L' || c == 'M' || c == '[' || c == 'T' || c == '?') {
|
||||
pos = parseType(signature, pos, parameterVisitor.visitClassBound());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user