mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 00:29:34 +07:00
10 lines
125 B
Java
10 lines
125 B
Java
package com.company;
|
|
|
|
public class Test {
|
|
class Foo {
|
|
void foo() {
|
|
//other comment
|
|
}
|
|
}
|
|
}
|