mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 20:30:42 +07:00
7 lines
136 B
Java
7 lines
136 B
Java
// "Fix the typo 'booln' to 'boolean'" "true-preview"
|
|
public class Test {
|
|
boolean a;
|
|
|
|
public static void main(String[] args) {
|
|
}
|
|
} |