Skip to content

ERROR: Object reference not set to an instance of an object. #2

@bombzj

Description

@bombzj

any function with parameters of char will not pass.
for example:

public class MyClass1
{
public static void Main() {
}
public int ccccccc(char theChar)
{
return 0;
}

public int test(char theChar)
{
	int aaa = ccccccc(theChar);
	return aaa;
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions