class org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$CharSequenceConverter extends java.lang.Object implements org.junit.platform.console.shadow.picocli.CommandLine$ITypeConverter
{
void <init>()
{
org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$CharSequenceConverter v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$CharSequenceConverter;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.String convert(java.lang.String)
{
java.lang.String v;
org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$CharSequenceConverter v;
v := @this: org.junit.platform.console.shadow.picocli.CommandLine$BuiltIn$CharSequenceConverter;
v := @parameter: java.lang.String;
return v;
}
}