mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 02:24:00 +07:00
GitOrigin-RevId: 5e663ac98c323faf36afcaf18115b6e4036d980d
8 lines
146 B
Java
8 lines
146 B
Java
// "Compute constant value of 'x1'" "true-preview"
|
|
class Test {
|
|
void test() {
|
|
var x1 = Test.class;
|
|
System.out.println(x<caret>1);
|
|
|
|
}
|
|
} |