5 lines
88 B
Text
5 lines
88 B
Text
// Static
|
|
MyClass.method(someParameter);
|
|
|
|
// Instance
|
|
myInstance.method(someParameter);
|