mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
This reverts commit 2431e8827ad5eebd3b291007fd08847bd4d0691d. GitOrigin-RevId: f8eae4a8f86970e7184d12bf4f9b40a9cc3f725f
5 lines
58 B
Java
5 lines
58 B
Java
class ExternalUsage {
|
|
void foo(){
|
|
Test.test();
|
|
}
|
|
} |