Skip to content

Is it possible to invoke static method in interface #90

@louisypchan

Description

@louisypchan

Hi there, if had a interface as below:
public interface SomeClass2 {

	 public static String staticMethod (String a, int b) {
		return "meow! " + a + ", " + b;
	}
}

is it possible to use the library to invoke the static method?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions