mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 08:34:22 +07:00
GitOrigin-RevId: 560f1bf1a24d8d6195934d0abbb0745c63cf68d7
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
class InlineMethodExample {
|
|
|
|
public void testInline() {
|
|
String message = "Hello, world!";
|
|
System.out.println("The message is: " + message);
|
|
}
|
|
} |