9 lines
104 B
Plaintext
9 lines
104 B
Plaintext
package test;
|
|
|
|
class A {
|
|
void bar() {
|
|
TestPackage.foo(
|
|
10
|
|
);
|
|
}
|
|
} |