author | igerasim |
Tue, 25 Aug 2015 19:45:07 +0300 | |
changeset 32276 | 2d5fcc89e099 |
parent 26915 | ba674d5d0f77 |
child 46503 | 760f8f589de3 |
permissions | -rw-r--r-- |
26915
ba674d5d0f77
8025606: [TESTBUG] Move ctw-tests to /testlibrary_tests
vlivanov
parents:
diff
changeset
|
1 |
public class Foo { |
ba674d5d0f77
8025606: [TESTBUG] Move ctw-tests to /testlibrary_tests
vlivanov
parents:
diff
changeset
|
2 |
private static void staticMethod() { } |
ba674d5d0f77
8025606: [TESTBUG] Move ctw-tests to /testlibrary_tests
vlivanov
parents:
diff
changeset
|
3 |
public void method() { } |
ba674d5d0f77
8025606: [TESTBUG] Move ctw-tests to /testlibrary_tests
vlivanov
parents:
diff
changeset
|
4 |
protected Foo() { } |
ba674d5d0f77
8025606: [TESTBUG] Move ctw-tests to /testlibrary_tests
vlivanov
parents:
diff
changeset
|
5 |
} |