This commit is contained in:
Jesper Wilhelmsson 2023-01-27 22:46:31 +00:00
commit 5c59de52a3
85 changed files with 964 additions and 858 deletions

View file

@ -99,6 +99,7 @@ public sealed interface ClassDesc
* @jvms 4.2.1 Binary Class and Interface Names
* @see ClassDesc#of(String)
* @see ClassDesc#ofDescriptor(String)
* @since 20
*/
static ClassDesc ofInternalName(String name) {
ConstantUtils.validateInternalClassName(requireNonNull(name));