mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 13:43:29 +07:00
GitOrigin-RevId: 082102197a4a06457685b5d6cd94e7296e51d8db
6 lines
82 B
Java
6 lines
82 B
Java
public class Foo {
|
|
void m() {
|
|
Object o = "hello";
|
|
o.castvar<caret>
|
|
}
|
|
} |