reading class signature (incomplete)
This commit is contained in:
committed by
Nikolay Krasko
parent
f8c9f24d60
commit
068780f840
@@ -36,6 +36,10 @@ public class JetSignatureReader {
|
||||
pos = parseType(signature, pos, v.visitInterface());
|
||||
}
|
||||
}
|
||||
|
||||
if (pos != signature.length()) {
|
||||
throw new IllegalStateException();
|
||||
}
|
||||
}
|
||||
|
||||
public int acceptFormalTypeParameters(JetSignatureVisitor v) {
|
||||
|
||||
Reference in New Issue
Block a user